Skip to content

Commit

Permalink
DanielWagnerHall: Fixing android build - it really should handle tran…
Browse files Browse the repository at this point in the history
…sitive deps better...

r17542
  • Loading branch information
illicitonion committed Jul 20, 2012
1 parent 9a86119 commit d79cca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<copy file="${build.location}/java/client/src/org/openqa/selenium/browserlaunchers/proxies.jar" tofile="libs/proxies.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/support/events/events.jar" tofile="libs/events.jar" />
<copy file="${build.location}/java/client/src/org/openqa/selenium/logging/logging.jar" tofile="libs/logging.jar" />
<copy file="${build.location}/java/server/src/org/openqa/selenium/remote/server/server_very_core.jar" tofile="libs/remote-wdserver-verycore.jar" />
<copy file="${build.location}/java/server/src/org/openqa/selenium/remote/server/server_core.jar" tofile="libs/remote-wdserver.jar" />
<copy file="${build.location}/java/server/src/org/openqa/selenium/server/logging.jar" tofile="libs/remote-logging.jar" />
<copy file="${build.location}/third_party/java/webbit/webbit-standalone.jar" tofile="libs/webbit-server.jar" />
Expand Down

0 comments on commit d79cca6

Please sign in to comment.