Skip to content

Commit

Permalink
Removing old version of selenium rc emulation and leaving the new one…
Browse files Browse the repository at this point in the history
… in place.
  • Loading branch information
shs96c committed Feb 19, 2014
1 parent 0908d52 commit 4818887
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 342 deletions.
34 changes: 0 additions & 34 deletions java/client/src/org/openqa/selenium/WebDriverBackedSelenium.java

This file was deleted.

36 changes: 0 additions & 36 deletions java/client/src/org/openqa/selenium/WebDriverCommandProcessor.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 @@ -85,15 +85,6 @@ java_library(name = "webdriver-api",
"//java/client/src/org/openqa/selenium/security",
])

java_library(name = "webdriver-backed-selenium",
srcs = [
"WebDriverBackedSelenium.java",
"WebDriverCommandProcessor.java",
],
deps = [
"//java/client/src/com/thoughtworks/selenium/webdriven",
])

java_library(name = "client-combined",
deps = [
"//java/client/src/com/thoughtworks/selenium:selenium",
Expand All @@ -105,7 +96,6 @@ java_library(name = "client-combined",
"//java/client/src/org/openqa/selenium/safari",
"//java/client/src/com/thoughtworks/selenium:api",
"//java/client/src/org/openqa/selenium/support",
"//java/client/src/org/openqa/selenium:webdriver-backed-selenium",
"//java/client/src/org/openqa/selenium/remote:augmenter",
"//third_party/java/opera-driver",
"//third_party/java/phantomjs-driver"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion java/client/test/com/thoughtworks/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ java_test(name = "test",
"WaitTests.java",
],
deps = [
"//java/client/src/org/openqa/selenium:webdriver-backed-selenium",
"//java/client/src/com/thoughtworks/selenium/webdriven",
"//java/client/src/org/openqa/selenium/firefox",
"//java/client/src/org/openqa/selenium/ie",
"//java/client/test/com/thoughtworks/selenium/condition:test",
Expand Down
4 changes: 2 additions & 2 deletions java/client/test/org/openqa/selenium/v1/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ java_library(name = "test-webdriver",
"support/*.java",
],
deps = [
"//java/client/src/com/thoughtworks/selenium/webdriven",
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/org/openqa/selenium:webdriver-backed-selenium",
"//java/client/src/org/openqa/selenium/remote",
"//java/client/src/org/openqa/selenium/support",
"//java/client/src/org/openqa/selenium/internal/seleniumemulation",
Expand All @@ -22,7 +22,7 @@ java_library(name = "environment",
"CachedContentServlet.java",
], deps = [
"//java/client/src/com/thoughtworks/selenium",
"//java/client/src/org/openqa/selenium:webdriver-backed-selenium",
"//java/client/src/com/thoughtworks/selenium/webdriven",
"//java/client/test/org/openqa/selenium:base",
"//java/client/test/org/openqa/selenium/environment",
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
Expand Down

0 comments on commit 4818887

Please sign in to comment.