Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Get the selenium build working again
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 30, 2018
1 parent 42c4dc0 commit 8eca783
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 272 deletions.
215 changes: 0 additions & 215 deletions src/org/openqa/selenium/buck/file/BuildStamp.java

This file was deleted.

52 changes: 0 additions & 52 deletions src/org/openqa/selenium/buck/file/BuildStampDescription.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class FileDescriptionProvider implements DescriptionProvider {

@Override
public Collection<Description<?>> getDescriptions(DescriptionCreationContext context) {
return Stream.of(new BuildStampDescription(), new FolderDescription())
return Stream.of(new FolderDescription())
.collect(Collectors.toCollection(HashSet::new));
}
}
2 changes: 1 addition & 1 deletion src/org/openqa/selenium/buck/file/FileRulesModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import com.facebook.buck.zip.bundler.ZipBundlerModule;

@BuckModule(
id = "org.openqa.seleniun.buck.file.filerules",
id = "org.openqa.seleniun.buck.file",
dependencies = {
ZipBundlerModule.class,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import com.facebook.buck.module.BuckModule;

@BuckModule(
id = "org.openqa.seleniun.buck.javascript.closurerules")
@BuckModule(id = "org.openqa.seleniun.buck.javascript")
public class JavascriptRulesModule {
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import com.facebook.buck.zip.bundler.ZipBundlerModule;

@BuckModule(
id = "org.openqa.seleniun.buck.mozilla.mozillarules",
id = "org.openqa.seleniun.buck.mozilla",
dependencies = {
ZipBundlerModule.class,
}
Expand Down

0 comments on commit 8eca783

Please sign in to comment.