Skip to content

Commit

Permalink
Buck version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 4, 2015
1 parent b02d299 commit 348b68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a3fb9f5012413a64beae7c6ad52db32cc4d6fe92
df20478ef9136000d6a43b80a920adac0afd627a
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
java_test(name = 'small-tests',
java_test(name = 'small-tests',
srcs = [
'SmallTests.java',
Expand Down
2 changes: 2 additions & 0 deletions java/server/src/org/openqa/selenium/remote/server/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ java_library(name = 'sessions',
java_library(name = 'server',
srcs = [
'CapabilitiesComparator.java',
'Clock.java',
'DefaultDriverFactory.java',
'DefaultDriverProvider.java',
'DefaultDriverSessions.java',
Expand All @@ -30,6 +31,7 @@ java_library(name = 'server',
'JsonParametersAware.java',
'SessionCleaner.java',
'SnapshotScreenListener.java',
'SystemClock.java',
] + glob([
'handler/**/*.java',
'rest/*.java',
Expand Down

0 comments on commit 348b68a

Please sign in to comment.