Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: README.chromium

Issue 13948005: [chromedriver] Generate sources for WebDriver Java acceptance test suite, for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webdriver/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | patch.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 193194)
+++ README.chromium (working copy)
@@ -15,9 +15,11 @@
Local Modifications:
- Applied changes in patch.diff.
-- Added prebuilt standalone java test jar by running:
+- Added prebuilt standalone java test jar (and source jar) by running:
./go //java/client/test/org/openqa/selenium/chrome:test:uber
cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar .
+ ./go //java/client/test/org/openqa/selenium/chrome:test:project-srcs
+ cp build/java/client/test/org/openqa/selenium/chrome/test-nodeps-srcs.jar .
- Copied java/client/test/keystore to top level directory.
cp java/client/test/keystore .
- Zip all of common into common.zip
@@ -27,4 +29,5 @@
keystore
LICENSE
README.chromium
+ test-nodeps-srcs.jar
test-standalone.jar
« no previous file with comments | « no previous file | patch.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698