Skip to content

Commit

Permalink
Removing links to android libs from eclipse project, and updating gem…
Browse files Browse the repository at this point in the history
… refs in idea project
  • Loading branch information
barancev committed Mar 6, 2014
1 parent 4d025d3 commit bab55bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<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"/>
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.3.1.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.3.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.3.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/android/android-14.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.1.jar"/>
<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"/>
<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"/>
Expand Down
4 changes: 2 additions & 2 deletions rb/ruby.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</content>
<orderEntry type="jdk" jdkName="ruby-1.9" jdkType="RUBY_SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="childprocess (v0.3.8, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="childprocess (v0.5.1, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.4.0, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.7.7, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v1.2.0, ruby-1.9) [gem]" level="application" />
Expand All @@ -17,7 +17,7 @@
<orderEntry type="library" scope="PROVIDED" name="rake (v10.0.3, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.13.0, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.0.0, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v2.37.0, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v2.40.0, ruby-1.9) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.0.7, ruby-1.9) [gem]" level="application" />
</component>
</module>
Expand Down

0 comments on commit bab55bd

Please sign in to comment.