File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/org/openqa/selenium/firefox
test/org/openqa/selenium/environment Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ java_export(
8
8
srcs = glob (["*.java" ]),
9
9
maven_coordinates = "org.seleniumhq.selenium:selenium-firefox-driver:%s" % SE_VERSION ,
10
10
pom_template = "//java/src/org/openqa/selenium:template-pom" ,
11
- resources = [":prefs" ],
12
11
visibility = ["//visibility:public" ],
13
12
deps = [
14
13
"//java:auto-service" ,
@@ -19,8 +18,3 @@ java_export(
19
18
],
20
19
)
21
20
22
- copy_file (
23
- name = "prefs" ,
24
- src = "//third_party/js/selenium:webdriver_json" ,
25
- out = "webdriver_prefs.json" ,
26
- )
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ java_library(
31
31
"//javascript/atoms" ,
32
32
"//javascript/atoms:deps" ,
33
33
"//third_party/closure/goog" ,
34
- "//third_party/js/selenium:webdriver_json" ,
35
34
"//third_party/js/sizzle" ,
36
35
"@com_google_javascript_closure_library" ,
37
36
],
You can’t perform that action at this time.
0 commit comments