Skip to content

Commit 2d3150b

Browse files
committed
No more HtmlUnitDriver... Moved to a subproject https://github.com/SeleniumHQ/htmlunit-driver
1 parent b287062 commit 2d3150b

File tree

23 files changed

+9
-3618
lines changed

23 files changed

+9
-3618
lines changed

Rakefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ task :tests => [
123123
task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ]
124124
task :common_core => [ "//common:core" ]
125125
task :grid => [ "//java/server/src/org/openqa/grid/selenium" ]
126-
task :htmlunit => [ "//java/client/src/org/openqa/selenium/htmlunit" ]
127126
task :ie => [ "//java/client/src/org/openqa/selenium/ie" ]
128127
task :firefox => [
129128
"//cpp:noblur",
@@ -379,7 +378,7 @@ end
379378
:browser => v )
380379
end
381380

382-
task :javadocs => [:common, :firefox, :htmlunit, :ie, :remote, :support, :chrome, :selenium] do
381+
task :javadocs => [:common, :firefox, :ie, :remote, :support, :chrome, :selenium] do
383382
mkdir_p "build/javadoc"
384383
sourcepath = ""
385384
classpath = '.'
@@ -579,7 +578,6 @@ task "release-v3" => [
579578
:build,
580579
'//java/server/src/org/openqa/selenium/remote/server:server:zip',
581580
'//java/server/src/org/openqa/grid/selenium:selenium-v3:zip',
582-
'//java/client/src/org/openqa/selenium:client-combined-v3-without-htmlunit:zip',
583581
'//java/client/src/org/openqa/selenium:client-combined-v3:zip',
584582
] do |t|
585583
# Unzip each of the deps and rename the pieces that need renaming
@@ -622,7 +620,6 @@ task "release-v3" => [
622620
cp "build/java/server/src/org/openqa/grid/selenium/selenium-v3-standalone.jar", "build/dist/selenium-server-v3-standalone-#{version}.jar"
623621
cp "build/java/server/src/org/openqa/grid/selenium/selenium-v3.zip", "build/dist/selenium-server-v3-#{version}.zip"
624622
cp "build/java/client/src/org/openqa/selenium/client-combined-v3.zip", "build/dist/selenium-java-v3-#{version}.zip"
625-
cp "build/java/client/src/org/openqa/selenium/client-combined-v3-without-htmlunit.zip", "build/dist/selenium-java-v3-without-htmlunit-#{version}.zip"
626623
end
627624

628625
task :push_release => [:release] do

java/client/src/org/openqa/selenium/BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ java_library(name = 'primitives',
129129
java_binary(name = 'selenium-java',
130130
deps = [
131131
':webdriver-api',
132-
'//java/client/src/org/openqa/selenium/htmlunit:htmlunit',
133132
'//java/client/src/org/openqa/selenium/ie:ie',
134133
'//java/client/src/org/openqa/selenium/chrome:chrome',
135134
'//java/client/src/org/openqa/selenium/firefox:firefox',

java/client/src/org/openqa/selenium/build.desc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ java_library(name = "client-combined",
9696
])
9797

9898
java_library(name = "client-combined-v3",
99-
deps = [
100-
":client-combined-v3-without-htmlunit",
101-
"//java/client/src/org/openqa/selenium/htmlunit",
102-
])
103-
104-
java_library(name = "client-combined-v3-without-htmlunit",
10599
deps = [
106100
"//java/client/src/org/openqa/selenium/chrome",
107101
"//java/client/src/org/openqa/selenium/firefox",

java/client/src/org/openqa/selenium/htmlunit/AsyncScriptExecutor.java

Lines changed: 0 additions & 214 deletions
This file was deleted.

java/client/src/org/openqa/selenium/htmlunit/BUCK

Lines changed: 0 additions & 19 deletions
This file was deleted.

java/client/src/org/openqa/selenium/htmlunit/HtmlUnitAlert.java

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)