Skip to content

Commit 28a2730

Browse files
rbrishs96c
authored andcommitted
Eclipse classpath fixes for htmlunit.
Signed-off-by: Simon Stewart <[email protected]>
1 parent 04e511d commit 28a2730

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

java/client/.classpath

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/json/json-20080701.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/servlet-api/servlet-api-2.5-6.1.9.jar" sourcepath="/third-party/java/servlet-api/servlet-api-2.5-6.1.9-sources.jar"/>
20-
<classpathentry kind="lib" path="/third-party/java/opera-driver/operadriver-1.5.jar" />
20+
<classpathentry kind="lib" path="/third-party/java/opera-driver/operadriver-1.5.jar"/>
2121
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.1.0.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.1.0-sources.jar"/>
2222
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.3.4.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.3.4-sources.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.3.2.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.3.2-sources.jar"/>
24-
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.1.jar"/>
25-
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.2.jar" sourcepath="/third-party/java/commons-io/commons-io-2.2-src.zip"/>
26-
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.8.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.8-sources.jar"/>
24+
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
25+
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.4.jar" sourcepath="/third-party/java/commons-io/commons-io-2.4-sources.jar"/>
26+
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.9.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.9-sources.jar"/>
2727
<classpathentry kind="lib" path="/third-party/java/sac/sac-1.3.jar"/>
2828
<classpathentry kind="lib" path="/third-party/java/commons-lang/commons-lang3-3.3.2.jar" sourcepath="/third-party/java/commons-lang/commons-lang3-3.3.2-sources.jar"/>
2929
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpmime-4.3.4.jar" sourcepath="/third-party/java/apache-httpclient/httpmime-4.3.4-sources.jar"/>
3030
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.1.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.1-sources.jar"/>
3131
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.14.jar"/>
32-
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.10.0.jar"/>
32+
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xml/xercesImpl-2.11.0-sources.jar"/>
3333
<classpathentry kind="lib" path="/third-party/java/xml/xalan-2.7.1.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>
3535
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.jar"/>
@@ -40,5 +40,6 @@
4040
<classpathentry kind="lib" path="/third-party/java/commons-jxpath/commons-jxpath-1.3.jar"/>
4141
<classpathentry kind="lib" path="/third-party/java/xml/xml-apis-1.4.01.jar"/>
4242
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
43+
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-1.0.jar"/>
4344
<classpathentry kind="output" path="build/production"/>
4445
</classpath>

java/server/.classpath

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
<classpathentry kind="lib" path="/third-party/java/json/json-20080701.jar"/>
88
<classpathentry kind="lib" path="/third-party/java/servlet-api/servlet-api-2.5-6.1.9.jar" sourcepath="/third-party/java/servlet-api/servlet-api-2.5-6.1.9-sources.jar"/>
99
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.3.4.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.3.4-sources.jar"/>
10-
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.3.4.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.3.4-sources.jar"/>
10+
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.3.2.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.3.4-sources.jar"/>
1111
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
1212
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/junit/junit-dep-4.11.jar" sourcepath="/third-party/java/junit/junit-dep-4.11-src.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-1.48-sources.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-7.6.1.jar" sourcepath="/third-party/java/jetty/jetty-repacked-7.6.1-sources.jar"/>
16-
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>
17-
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.1.jar"/>
16+
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>
17+
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/mx4j/mx4j-tools-3.0.1.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
2020
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.8.jar"/>
21-
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
21+
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
2222
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
2424
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-15.0.jar" sourcepath="/third-party/java/guava-libraries/guava-15.0-sources.jar"/>

0 commit comments

Comments
 (0)