Skip to content

Commit

Permalink
Bumping .buckversion
Browse files Browse the repository at this point in the history
This brings us up to the latest push of the facebook buck version, which was
last updated on November 19, 2013.
  • Loading branch information
shs96c committed Dec 1, 2013
1 parent d068b6a commit 5de66f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5387bd4b0a6ed4475e0d794d2e43c6a0a19ec6e
2b80cf780ae31bee6609ebc1bbab9ce6fd004dbe
7 changes: 4 additions & 3 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
java_library(name = 'webdriver-api',
export_deps = True,
deps = [
exported_deps = [
':beta',
':core',
':exceptions',
':platform',
':primitives',
'//java/client/src/org/openqa/selenium/interactions:interactions',
'//java/client/src/org/openqa/selenium/interactions:exceptions',
'//java/client/src/org/openqa/selenium/logging:api',
'//java/client/src/org/openqa/selenium/security:security',
],
visibility = ['PUBLIC'],
)
Expand Down Expand Up @@ -106,4 +107,4 @@ java_library(name = 'primitives',
visibility = [
'//java/client/src/org/openqa/selenium/interactions:core',
],
)
)
5 changes: 4 additions & 1 deletion java/client/src/org/openqa/selenium/remote/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ java_library(
deps = [
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/logging:logging',
'//third_party/java/guava-libraries:guava-libraries',
],
visibility = ['PUBLIC'],
)
Expand Down Expand Up @@ -70,6 +71,8 @@ java_library(name = 'remote',
'//java/client/src/org/openqa/selenium/logging:logging',
'//java/client/src/org/openqa/selenium/net:net',
'//third_party/java/apache-httpclient:apache-httpclient',
'//third_party/java/guava-libraries:guava-libraries',
'//third_party/java/json:json',
],
visibility = ['PUBLIC'],
)
)
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/security/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ java_library(name = 'security',
],
visibility = [
'//java/client/src/org/openqa/selenium:core',
'//java/client/src/org/openqa/selenium:webdriver-api',
],
)

0 comments on commit 5de66f3

Please sign in to comment.