Skip to content

Commit

Permalink
Removing SelenseBackedWebDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 20, 2013
1 parent ee8ae7d commit 6332514
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 1,620 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ task :android_client => ['//java/client/src/org/openqa/selenium/android']
task :android_server => ['//android:android-server']

# TODO(simon): test-core should go first, but it's changing the least for now.
task :test_selenium => [ :'test-rc', :'test-v1-emulation', :'test-selenium-backed-webdriver', :'test-core']
task :test_selenium => [ :'test-rc', :'test-v1-emulation', :'test-core']

task :'test-v1-emulation' => [ '//java/client/test/com/thoughtworks/selenium:firefox-emulation-test:run' ]
task :'test-rc' => ['//java/client/test/org/openqa/selenium:RcBrowserLauncherTests:run',
Expand Down
262 changes: 0 additions & 262 deletions java/client/src/org/openqa/selenium/SeleneseCommandExecutor.java

This file was deleted.

10 changes: 0 additions & 10 deletions java/client/src/org/openqa/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,6 @@ java_library(name = "webdriver-backed-selenium",
"//java/client/src/org/openqa/selenium/internal/seleniumemulation:scripts",
])

java_library(name = "selenium-backed-webdriver",
srcs = [
"SeleneseCommandExecutor.java",
],
deps = [
"//java/client/src/org/openqa/selenium/internal/selenesedriver",
"//java/client/src/org/openqa/selenium/firefox",
"//java/client/src/org/openqa/selenium/remote",
])

java_library(name = "client-combined",
deps = [
"//java/client/src/com/thoughtworks/selenium:selenium",
Expand Down

This file was deleted.

Loading

0 comments on commit 6332514

Please sign in to comment.