Skip to content

Commit

Permalink
Making sure phantomjs-driver-x.y.z.jar is packed in the release.
Browse files Browse the repository at this point in the history
Yes, silly mistake: I should have done that BEFORE 2.27.0.

UPDATE: Jim Evans was submitting the same change, so this is just an "anal" comma removed
at the end of a line now.

r18296
  • Loading branch information
detro committed Dec 11, 2012
1 parent 578a309 commit 5ce272f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ java_library(name = "client-combined",
"//java/client/src/org/openqa/selenium/support",
"//java/client/src/org/openqa/selenium:webdriver-backed-selenium",
"//third_party/java/opera-driver",
"//third_party/java/phantomjs-driver",
"//third_party/java/phantomjs-driver"
])

java_library(name = "codecs",
Expand Down
2 changes: 1 addition & 1 deletion rake-tasks/browsers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
:file_string => "phantomjs",
:class => "PhantomJS",
},
:browser_name => "phantomjs",
:browser_name => "phantomjs"
},
"remote_firefox" => {
:python => {
Expand Down

0 comments on commit 5ce272f

Please sign in to comment.