Skip to content

Commit

Permalink
Updating HtmlUnit to 2.12 (and cssparser to 0.9.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 1, 2013
1 parent 9469bfc commit de0cd05
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/libraries/cssparser.xml

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

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.

6 changes: 3 additions & 3 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.8.jar" sourcepath="/third-party/java/testng/testng-6.8-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-14.0.jar" sourcepath="/third-party/java/guava-libraries/guava-14.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.11.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.11-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.11.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.12.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.12-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.12.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-3.4.0.jar" sourcepath="/third-party/java/jna/jna-3.4.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-3.4.0.jar" sourcepath="/third-party/java/jna/jna-platform-3.4.0-src.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.1.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.1-sources.jar"/>
Expand All @@ -33,7 +33,7 @@
<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.8.jar"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.9.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"/>
Expand Down
4 changes: 2 additions & 2 deletions java/client/client.eml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<lib name="guava-11.0.1.jar" scope="COMPILE">
<srcroot url="file:///third-party/java/guava-libraries/guava-11.0.1-src.jar"/>
</lib>
<lib name="htmlunit-2.11.jar" scope="COMPILE">
<srcroot url="file:///third-party/java/htmlunit/htmlunit-2.11-sources.jar"/>
<lib name="htmlunit-2.12.jar" scope="COMPILE">
<srcroot url="file:///third-party/java/htmlunit/htmlunit-2.12-sources.jar"/>
</lib>
<lib name="jna-3.4.0.jar" scope="COMPILE">
<srcroot url="file:///third-party/java/jna/jna-3.4.0-src.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion maven/htmlunit-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.11</version>
<version>2.12</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
12 changes: 6 additions & 6 deletions selenium.eml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<lib name="easymockclassextension-2.4.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/easymock/easymockclassextension-2.4.jar!/"/>
</lib>
<lib name="htmlunit-core-js-2.11.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-core-js-2.11.jar!/"/>
<lib name="htmlunit-core-js-2.12.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-core-js-2.12.jar!/"/>
</lib>
<lib name="bcprov-jdk15-146.jar" scope="COMPILE">
<srcroot url="jar://$MODULE_DIR$/third_party/java/bouncycastle/bcprov-jdk15on-1.48.jar!/"/>
Expand All @@ -49,8 +49,8 @@
<relative-module-src project-related="jar://$PROJECT_DIR$/third_party/java/jetty/jetty-repacked-7.6.1-sources.jar!/"/>
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/jetty/jetty-repacked-7.6.1.jar!/"/>
</lib>
<lib name="htmlunit-2.9.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-2.11.jar!/"/>
<lib name="htmlunit-2.12.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-2.12.jar!/"/>
</lib>
<lib name="easymock-2.4.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/easymock/easymock-2.4.jar!/"/>
Expand Down Expand Up @@ -145,8 +145,8 @@
<lib name="xercesImpl-2.9.1.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/xml/xercesImpl-2.9.1.jar!/"/>
</lib>
<lib name="cssparser-0.9.8.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/cssparser/cssparser-0.9.8.jar!/"/>
<lib name="cssparser-0.9.9.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/cssparser/cssparser-0.9.9.jar!/"/>
</lib>
<lib name="nekohtml-1.9.17.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/nekohtml/nekohtml-1.9.17.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.8.jar",
"cssparser-0.9.9.jar",
"//third_party/java/sac"
])
Binary file added third_party/java/cssparser/cssparser-0.9.9.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions third_party/java/htmlunit/build.desc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
java_library(name = "htmlunit",
deps = [
"htmlunit-2.11.jar",
"htmlunit-core-js-2.11.jar",
"htmlunit-2.12.jar",
"htmlunit-core-js-2.12.jar",
"//third_party/java/apache-httpclient",
"//third_party/java/commons-collections",
"//third_party/java/commons-io",
Expand Down
Binary file not shown.
Binary file added third_party/java/htmlunit/htmlunit-2.12.jar
Binary file not shown.
Binary file not shown.

0 comments on commit de0cd05

Please sign in to comment.