Skip to content

Commit cd3d6a2

Browse files
committed
Anpassungen an htmlunit 3 (libs + classpath)
1 parent 4771058 commit cd3d6a2

11 files changed

Lines changed: 7 additions & 7 deletions

.classpath

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="tests"/>
53
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
64
<attributes>
75
<attribute name="module" value="true"/>
86
</attributes>
97
</classpathentry>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="src" path="tests"/>
1010
<classpathentry kind="lib" path="lib/apache-commons-csv/commons-csv-1.0-SNAPSHOT.jar"/>
11-
<classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-2.45.0.jar"/>
12-
<classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-cssparser-1.7.0.jar"/>
1311
<classpathentry kind="lib" path="lib/htmlunit-2.45/httpclient-4.5.13.jar"/>
1412
<classpathentry kind="lib" path="lib/htmlunit-2.45/commons-codec-1.11.jar"/>
1513
<classpathentry kind="lib" path="lib/htmlunit-2.45/httpcore-4.4.13.jar"/>
1614
<classpathentry kind="lib" path="lib/htmlunit-2.45/commons-logging-1.2.jar"/>
17-
<classpathentry kind="lib" path="lib/htmlunit-2.45/htmlunit-core-js-2.45.0.jar"/>
1815
<classpathentry kind="lib" path="lib/htmlunit-2.45/dec-0.1.2.jar"/>
1916
<classpathentry kind="lib" path="lib/htmlunit-2.45/commons-io-2.8.0.jar"/>
2017
<classpathentry kind="lib" path="lib/htmlunit-2.45/commons-lang3-3.11.jar"/>
2118
<classpathentry kind="lib" path="lib/htmlunit-2.45/xercesImpl-2.12.0.jar"/>
2219
<classpathentry kind="lib" path="lib/htmlunit-2.45/xml-apis-1.4.01.jar"/>
2320
<classpathentry kind="lib" path="lib/htmlunit-2.45/xalan-2.7.2.jar"/>
2421
<classpathentry kind="lib" path="lib/htmlunit-2.45/httpmime-4.5.13.jar"/>
25-
<classpathentry kind="lib" path="lib/htmlunit-2.45/neko-htmlunit-2.45.0.jar"/>
2622
<classpathentry kind="lib" path="lib/htmlunit-2.45/salvation2-3.0.0.jar"/>
2723
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
24+
<classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-3.2.0.jar"/>
25+
<classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-core-js-3.2.0.jar"/>
26+
<classpathentry kind="lib" path="lib/org.htmlunit/htmlunit-cssparser-3.2.0.jar"/>
27+
<classpathentry kind="lib" path="lib/org.htmlunit/neko-htmlunit-3.2.0.jar"/>
2828
<classpathentry kind="output" path="bin"/>
2929
</classpath>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<!-- Default property values, if not overridden elsewhere: -->
1616
<property name='build' location='build' />
17-
<property name='app.version' value='0.1.1'/>
17+
<property name='app.version' value='0.1.2'/>
1818
<property name='app.name' value='JavaStockQuotes'/>
1919
<property name='distro-name' value='java-stock-quotes-${app.version}'/>
2020
<tstamp><format property='build.time' pattern='yyyy-MM-dd HH:mm:ss'/></tstamp>
-1.96 MB
Binary file not shown.
-1.19 MB
Binary file not shown.
-202 KB
Binary file not shown.
-368 KB
Binary file not shown.
2 MB
Binary file not shown.
1.26 MB
Binary file not shown.
206 KB
Binary file not shown.
259 KB
Binary file not shown.

0 commit comments

Comments
 (0)