Skip to content

Commit

Permalink
changing maven coords, users expect selenium-java to be how it was, w…
Browse files Browse the repository at this point in the history
…hich is basically the client-combined definition

bumping buck version to deal with a maven coordinate that may not actually have an java files directly
  • Loading branch information
lukeis committed Jul 17, 2016
1 parent 4e1cf8f commit 0982021
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buckhash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e60281e8b41ab5c62ae830cc3e182ff
723ecc429e32e6b665a14df02c9217ab
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a761bff38bee2459d4342ebbb88ed0730fa22174
1fbdd253627e8344688f84aa9448ebbd7867e9a1
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ task '//java/client/test/org/openqa/selenium/environment/webserver:webserver:ube
# Java targets required for release. These should all have the correct maven_coords set.
JAVA_RELEASE_TARGETS = [
'//java/client/src/org/openqa/selenium:core',
'//java/client/src/org/openqa/selenium:selenium',
'//java/client/src/org/openqa/selenium/support:support',
'//java/client/src/org/openqa/selenium/chrome:chrome',
'//java/client/src/org/openqa/selenium/edge:edge',
Expand All @@ -119,6 +118,7 @@ JAVA_RELEASE_TARGETS = [
'//java/client/src/org/openqa/selenium/opera:opera',
'//java/client/src/org/openqa/selenium/remote:augmenter',
'//java/client/src/org/openqa/selenium/safari:safari',
'//java/client/src/org/openqa/selenium:client-combined',
'//java/server/src/com/thoughtworks/selenium:leg-rc',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
]
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include_defs('//SELENIUM_VERSION')

java_library(name = 'selenium',
maven_coords = 'org.seleniumhq.selenium:selenium-java:' + SE_VERSION,
exported_deps = [
':beta',
':core',
Expand Down Expand Up @@ -137,6 +136,7 @@ java_library(name = 'primitives',

java_library(
name = 'client-combined',
maven_coords = 'org.seleniumhq.selenium:selenium-java:' + SE_VERSION,
exported_deps = [
"//java/client/src/org/openqa/selenium/chrome:chrome",
"//java/client/src/org/openqa/selenium/firefox:firefox",
Expand Down

0 comments on commit 0982021

Please sign in to comment.