Skip to content

Commit

Permalink
Bump Buck version
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 6, 2014
1 parent b5e6e96 commit a50f7ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a1c286ca705907de9118771991c83adaeb083d0d
48d9852b3446d171cddb70db418a8ef77fe680f8
5 changes: 4 additions & 1 deletion java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ java_library(name = 'core',
'internal/SocketLock.java',
'internal/WrapsDriver.java',
'internal/WrapsElement.java',
] + glob(['internal/FindsBy*.java']),
] + glob([
'html5/*.java',
'internal/FindsBy*.java'
]),
deps = [
':beta',
':exceptions',
Expand Down
7 changes: 7 additions & 0 deletions java/client/src/org/openqa/selenium/remote/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ java_library(name = 'remote',
'SimplePropertyDescriptor.java',
'UnreachableBrowserException.java',
'UselessFileDetector.java',
'html5/RemoteApplicationCache.java',
'html5/RemoteBrowserConnection.java',
'html5/RemoteDatabaseStorage.java',
'html5/RemoteLocalStorage.java',
'html5/RemoteLocationContext.java',
'html5/RemoteSessionStorage.java',
'html5/RemoteWebStorage.java',
'internal/CircularOutputStream.java',
'internal/HttpClientFactory.java',
'internal/JsonToWebElementConverter.java',
Expand Down

0 comments on commit a50f7ba

Please sign in to comment.