Skip to content

Commit

Permalink
AjayKemparaj: Htmlunit 2.11 depends on cssparser-0.9.8.jar and nekoht…
Browse files Browse the repository at this point in the history
…ml-1.9.17.jar

r18320
  • Loading branch information
ajayk committed Dec 12, 2012
1 parent d53ecb2 commit bf4994e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .idea/libraries/htmlunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<classpathentry kind="lib" path="/third-party/java/commons-lang/commons-lang3-3.1.jar" sourcepath="/third-party/java/commons-lang/commons-lang3-3.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpmime-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpmime-4.2.1-sources.jar"/>
<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"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.7.jar"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.8.jar"/>
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.10.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/xml/xalan-2.7.1.jar"/>
<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"/>
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/little_proxy/littleproxy-0.5-SNAPSHOT.jar" sourcepath="/third-party/java/little_proxy/littleproxy-0.5-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/nekohtml/nekohtml-1.9.16.jar"/>
<classpathentry kind="lib" path="/third-party/java/nekohtml/nekohtml-1.9.17.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/google-protobuffers/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-jxpath/commons-jxpath-1.3.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/cssparser/build.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java_library(name = "cssparser",
deps = [
"cssparser-0.9.7.jar",
"cssparser-0.9.8.jar",
"//third_party/java/sac"
])
Binary file removed third_party/java/cssparser/cssparser-0.9.7.jar
Binary file not shown.
Binary file added third_party/java/cssparser/cssparser-0.9.8.jar
Binary file not shown.
Binary file added third_party/java/htmlunit/htmlunit-2.11-src.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/java/nekohtml/build.desc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
java_library(name = "nekohtml",
deps = [
"nekohtml-1.9.16.jar"
"nekohtml-1.9.17.jar"
])
Binary file removed third_party/java/nekohtml/nekohtml-1.9.16.jar
Binary file not shown.
Binary file added third_party/java/nekohtml/nekohtml-1.9.17.jar
Binary file not shown.

0 comments on commit bf4994e

Please sign in to comment.