Skip to content

Commit

Permalink
Fixing the copied library name to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 26, 2013
1 parent f50c224 commit b10baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<copy file="${build.location}/java/client/src/org/openqa/selenium/base.jar" tofile="libs/base.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/codecs.jar" tofile="libs/codecs.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/webdriver-api.jar" tofile="libs/webdriver-api.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/remote/api.jar" tofile="libs/webdriver-base.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/remote/api.jar" tofile="libs/webdriver-remote-api.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/remote/base.jar" tofile="libs/webdriver-base.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/remote/common.jar" tofile="libs/webdriver-common.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/remote/remote.jar" tofile="libs/webdriver-client-remote.jar" />
Expand Down

0 comments on commit b10baac

Please sign in to comment.