Created
February 15, 2010 16:27
-
-
Save olleolleolle/304769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: Rakefile | |
| =================================================================== | |
| --- Rakefile (revision 8354) | |
| +++ Rakefile (working copy) | |
| @@ -406,6 +406,7 @@ | |
| ]) | |
| java_jar(:name => "selenium-ide", | |
| + :srcs => [], | |
| :resources => [ | |
| { "ide/src/extension/content" => "/" }, | |
| { "ide/src/extension/locale" => "/" }, | |
| @@ -441,6 +442,7 @@ | |
| :out => "selenium-ide.xpi") | |
| java_jar(:name => "selenium-common-js", | |
| + :srcs => [], | |
| :resources => [ | |
| "common/src/js/core", | |
| "common/src/js/jsunit", | |
| @@ -590,6 +592,7 @@ | |
| ]) | |
| java_jar(:name => "selenium-core", | |
| + :srcs => [], | |
| :resources => [ | |
| {"selenium/test/js/**" => "tests"}, | |
| "common/src/js/core" | |
| @@ -626,6 +629,7 @@ | |
| # After starting, open a browser to http://localhost:$PORT/js/test, where $PORT | |
| # is the port the server was started on. | |
| java_test(:name => "debug_jsapi", | |
| + :srcs => [], | |
| :deps => [ :firefox, :test_common ], | |
| :main => "org.openqa.selenium.environment.webserver.Jetty6AppServer") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment