Skip to content

Commit

Permalink
Really, for-real fixing the Java build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 21, 2014
1 parent 68f96ff commit 6dcca1e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ java_library(name = "tests",
deps = [
":base",
"//java/client/src/org/openqa/selenium/interactions",
"//java/client/src/com/thoughtworks/selenium/webdriven:api",
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
"//java/client/src/org/openqa/selenium/net",
"//java/client/src/org/openqa/selenium/remote:common",
"//java/client/src/org/openqa/selenium/support/ui:wait",
Expand Down
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/testing/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ java_library(name = "util",
"InProject.java",
],
deps = [
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
"//java/client/src/org/openqa/selenium/remote",
])

Expand Down
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/v1/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ java_library(name = "test-webdriver",
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/org/openqa/selenium/remote",
"//java/client/src/org/openqa/selenium/support",
"//java/client/src/org/openqa/selenium/internal/seleniumemulation",
"//java/client/test/org/openqa/selenium:base",
"//java/client/test/org/openqa/selenium/testing:junit_4",
"//third_party/java/junit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ java_library(name = "small_tests",
deps = [
"//java/client/src/com/thoughtworks/selenium:api",
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/org/openqa/selenium/internal/seleniumemulation",
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
"//third_party/java/junit",
])
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/grid/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ java_binary(name = "selenium",
main_class = "org.openqa.grid.selenium.GridLauncher",
srcs = [ "**/*.java" ],
deps = [
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
"//java/client/src/org/openqa/selenium/firefox",
"//java/server/src/org/openqa/selenium/remote/server",
"//java/server/src/org/openqa/selenium/server",
Expand Down

0 comments on commit 6dcca1e

Please sign in to comment.