Skip to content

Commit

Permalink
Updating buck version to latest OSS release
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Apr 28, 2014
1 parent 983d5b2 commit d336763
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1cf8afd6bf834fb52a602eb18989f92d21ef8cfe
a1c286ca705907de9118771991c83adaeb083d0d
3 changes: 1 addition & 2 deletions java/client/src/org/openqa/selenium/interactions/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ java_library(name = 'interactions',
srcs = [
'Actions.java',
] + glob(['*Action.java', 'internal/*Action.java']),
export_deps = True,
deps = [
exported_deps = [
':core',
':exceptions',
'//java/client/src/org/openqa/selenium:core',
Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/remote/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
java_library(
name = 'api',
srcs = [
'Augmentable.java',
'Command.java',
'CommandExecutor.java',
'Response.java',
Expand Down
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/PageLoadingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoad
assertThat(pageNumber.getText().trim(), equalTo("2"));
}

@Ignore(value = {IPHONE, SAFARI, HTMLUNIT}, issues = {3771},
@Ignore(value = {IPHONE, SAFARI}, issues = {3771},
reason = "HtmlUnit: can't execute JavaScript before a page is loaded")
@JavascriptEnabled
@NeedsFreshDriver
Expand Down
3 changes: 1 addition & 2 deletions third_party/java/apache-httpclient/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
java_library(name = "apache-httpclient",
export_deps = True,
deps = [
exported_deps = [
':client',
':core',
':mime',
Expand Down
3 changes: 1 addition & 2 deletions third_party/java/hamcrest/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
java_library(name = 'hamcrest',
export_deps = True,
deps = [
exported_deps = [
':core',
':library',
],
Expand Down
3 changes: 1 addition & 2 deletions third_party/java/jna/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
java_library(
name = 'jna',
export_deps = True,
deps = [
exported_deps = [
':core',
':platform',
],
Expand Down
3 changes: 1 addition & 2 deletions third_party/java/mockito/BUCK
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
java_library(
name = 'mockito',
export_deps = True,
deps = [
exported_deps = [
':core',
'//third_party/java/objenesis:objenesis',
],
Expand Down
3 changes: 1 addition & 2 deletions third_party/java/xml/BUCK
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
java_library(name = 'xml',
deps = [
exported_deps = [
':xalan',
':xerces',
':apis',
],
export_deps = True,
visibility = [
'//java/client/src/org/openqa/selenium/htmlunit:htmlunit',
'//third_party/java/...',
Expand Down

0 comments on commit d336763

Please sign in to comment.