Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created February 15, 2010 16:27
Show Gist options
  • Save olleolleolle/304769 to your computer and use it in GitHub Desktop.
Save olleolleolle/304769 to your computer and use it in GitHub Desktop.
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