Skip to content

Commit

Permalink
SimonStewart: Moving more code into language-specific locations. JSUn…
Browse files Browse the repository at this point in the history
…it is the lucky recipient this time.

r11304
  • Loading branch information
shs96c committed Feb 6, 2011
1 parent f1b7888 commit 9eb7477
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 9 deletions.
8 changes: 0 additions & 8 deletions common/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ rake_task(
task_name = "common/src/js/extension/dommessenger.js",
out = "common/src/js/extension/dommessenger.js"
)

rake_file(
name = "js_core",
src = "src/js/core")

rake_file(
name = "js_jsunit",
src = "src/js/jsunit")
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/selenium/server/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ java_library(name = "server_lite",
"opera",
"sslSupport",
"VERSION.txt",
"//common:js_jsunit",
"//javascript/jsunit",
],
deps = [
":base",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions javascript/jsunit/build.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

rake_file(
name = "jsunit",
src = ".")
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9eb7477

Please sign in to comment.