Created
December 11, 2012 12:10
-
-
Save detro/4258107 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: .idea/libraries/phantomjsdriver.xml | |
=================================================================== | |
--- .idea/libraries/phantomjsdriver.xml (revision 0) | |
+++ .idea/libraries/phantomjsdriver.xml (revision 0) | |
@@ -0,0 +1,11 @@ | |
+<component name="libraryTable"> | |
+ <library name="phantomjsdriver"> | |
+ <CLASSES> | |
+ <root url="jar://$PROJECT_DIR$/third_party/java/phantomjs-driver/phantomjsdriver-1.0.0.jar!/" /> | |
+ </CLASSES> | |
+ <JAVADOC /> | |
+ <SOURCES> | |
+ <root url="jar://$PROJECT_DIR$/third_party/java/phantomjs-driver/phantomjsdriver-1.0.0-source.jar!/" /> | |
+ </SOURCES> | |
+ </library> | |
+</component> | |
Index: java/client/.classpath | |
=================================================================== | |
--- java/client/.classpath (revision 18298) | |
+++ java/client/.classpath (working copy) | |
@@ -22,6 +22,7 @@ | |
<classpathentry kind="lib" path="/third-party/java/jmock/jmock-2.5.1.jar"/> | |
<classpathentry kind="lib" path="/third-party/java/jmock/jmock-junit4-2.5.1.jar"/> | |
<classpathentry kind="lib" path="/third-party/java/opera-driver/operadriver-1.1.jar" sourcepath="/third-party/java/opera-driver/operadriver-1.1-source.jar"/> | |
+ <classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.0.0.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.0.0-sources.jar"/> | |
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.2.1-sources.jar"/> | |
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.2.1-sources.jar"/> | |
<classpathentry kind="lib" path="/third-party/java/android/android-14.jar"/> | |
Index: third_party/java/phantomjs-driver/phantomjsdriver-1.0.0.jar | |
=================================================================== | |
Cannot display: file marked as a binary type. | |
svn:mime-type = application/octet-stream | |
Index: third_party/java/phantomjs-driver/phantomjsdriver-1.0.0-sources.jar | |
=================================================================== | |
Cannot display: file marked as a binary type. | |
svn:mime-type = application/octet-stream | |
Index: selenium.eml | |
=================================================================== | |
--- selenium.eml (revision 18298) | |
+++ selenium.eml (working copy) | |
@@ -159,6 +159,11 @@ | |
<relative-module-src project-related="jar://$PROJECT_DIR$/third_party/java/opera-driver/operadriver-1.1-source.jar!/"/> | |
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/opera-driver/operadriver-1.1.jar!/"/> | |
</lib> | |
+ <lib name="phantomjsdriver-1.0.0.jar" scope="COMPILE"> | |
+ <srcroot url="jar://$MODULE_DIR$/third_party/java/phantomjs-driver/phantomjsdriver-1.0.0-source.jar!/"/> | |
+ <relative-module-src project-related="jar://$PROJECT_DIR$/third_party/java/phantomjs-driver/phantomjsdriver-1.0.0-source.jar!/"/> | |
+ <relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/phantomjs-driver/phantomjsdriver-1.0.0.jar!/"/> | |
+ </lib> | |
<lib name="jmock-junit4-2.5.1.jar" scope="COMPILE"> | |
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/jmock/jmock-junit4-2.5.1.jar!/"/> | |
</lib> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment