Skip to content

Commit

Permalink
Fixing crazyfun build
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 29, 2014
1 parent 273c490 commit e97bda0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion java/client/src/com/thoughtworks/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ java_library(name = 'api',
'CommandProcessor.java',
'Selenium.java',
'SeleniumException.java',
'Wait.java',
],
visibility = ['PUBLIC'],
)
Expand Down
9 changes: 0 additions & 9 deletions java/client/src/com/thoughtworks/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,9 @@ java_library(name = "selenium",
],
deps = [
":api",
":wait",
"//java/client/src/com/thoughtworks/selenium/condition",
"//java/client/src/org/openqa/selenium/net",
"//third_party/java/guava-libraries",
"//third_party/java/junit",
"//third_party/java/testng",
])

java_library(name = "wait",
srcs = [
"Wait.java",
],
deps = [
":api",
])
1 change: 1 addition & 0 deletions java/client/src/com/thoughtworks/selenium/webdriven/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ java_library(name = 'emulation-api',
'ScriptMutator.java',
'SeleneseCommand.java',
'Timer.java',
'Wait.java',
'Windows.java',
],
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ java_library(name = "emulation-api",
"SeleniumMutator.java",
"Timer.java",
"VariableDeclaration.java",
"Wait.java",
"Windows.java",
],
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ java_library(name = "commands",
"*.java",
],
deps = [
"//java/client/src/com/thoughtworks/selenium:wait",
"//java/client/src/com/thoughtworks/selenium/webdriven:emulation-api",
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/org/openqa/selenium/interactions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

import com.thoughtworks.selenium.BaseSuite;
import com.thoughtworks.selenium.corebased.SeleniumMouseTest;
import com.thoughtworks.selenium.corebased.TestAddLocationStrategy;
import com.thoughtworks.selenium.corebased.TestAddSelection;
Expand Down

0 comments on commit e97bda0

Please sign in to comment.