| 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
|
|
|