Skip to content

Commit

Permalink
No more HtmlUnitDriver... Moved to a subproject https://github.com/Se…
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 19, 2016
1 parent b287062 commit 2d3150b
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 3,618 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ task :tests => [
task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
task :common_core => [ "//common:core" ]
task :grid => [ "//java/server/src/org/openqa/grid/selenium" ]
task :htmlunit => [ "//java/client/src/org/openqa/selenium/htmlunit" ]
task :ie => [ "//java/client/src/org/openqa/selenium/ie" ]
task :firefox => [
"//cpp:noblur",
Expand Down Expand Up @@ -379,7 +378,7 @@ end
:browser => v )
end

task :javadocs => [:common, :firefox, :htmlunit, :ie, :remote, :support, :chrome, :selenium] do
task :javadocs => [:common, :firefox, :ie, :remote, :support, :chrome, :selenium] do
mkdir_p "build/javadoc"
sourcepath = ""
classpath = '.'
Expand Down Expand Up @@ -579,7 +578,6 @@ task "release-v3" => [
:build,
'//java/server/src/org/openqa/selenium/remote/server:server:zip',
'//java/server/src/org/openqa/grid/selenium:selenium-v3:zip',
'//java/client/src/org/openqa/selenium:client-combined-v3-without-htmlunit:zip',
'//java/client/src/org/openqa/selenium:client-combined-v3:zip',
] do |t|
# Unzip each of the deps and rename the pieces that need renaming
Expand Down Expand Up @@ -622,7 +620,6 @@ task "release-v3" => [
cp "build/java/server/src/org/openqa/grid/selenium/selenium-v3-standalone.jar", "build/dist/selenium-server-v3-standalone-#{version}.jar"
cp "build/java/server/src/org/openqa/grid/selenium/selenium-v3.zip", "build/dist/selenium-server-v3-#{version}.zip"
cp "build/java/client/src/org/openqa/selenium/client-combined-v3.zip", "build/dist/selenium-java-v3-#{version}.zip"
cp "build/java/client/src/org/openqa/selenium/client-combined-v3-without-htmlunit.zip", "build/dist/selenium-java-v3-without-htmlunit-#{version}.zip"
end

task :push_release => [:release] do
Expand Down
1 change: 0 additions & 1 deletion java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ java_library(name = 'primitives',
java_binary(name = 'selenium-java',
deps = [
':webdriver-api',
'//java/client/src/org/openqa/selenium/htmlunit:htmlunit',
'//java/client/src/org/openqa/selenium/ie:ie',
'//java/client/src/org/openqa/selenium/chrome:chrome',
'//java/client/src/org/openqa/selenium/firefox:firefox',
Expand Down
6 changes: 0 additions & 6 deletions java/client/src/org/openqa/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ java_library(name = "client-combined",
])

java_library(name = "client-combined-v3",
deps = [
":client-combined-v3-without-htmlunit",
"//java/client/src/org/openqa/selenium/htmlunit",
])

java_library(name = "client-combined-v3-without-htmlunit",
deps = [
"//java/client/src/org/openqa/selenium/chrome",
"//java/client/src/org/openqa/selenium/firefox",
Expand Down
214 changes: 0 additions & 214 deletions java/client/src/org/openqa/selenium/htmlunit/AsyncScriptExecutor.java

This file was deleted.

19 changes: 0 additions & 19 deletions java/client/src/org/openqa/selenium/htmlunit/BUCK

This file was deleted.

102 changes: 0 additions & 102 deletions java/client/src/org/openqa/selenium/htmlunit/HtmlUnitAlert.java

This file was deleted.

Loading

0 comments on commit 2d3150b

Please sign in to comment.