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

Commit

Permalink
Fix mozilla xpi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 21, 2017
1 parent e5f8bc7 commit be2bf93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/org/openqa/selenium/buck/mozilla/Xpi.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ImmutableList<Step> getBuildSteps(
getProjectFilesystem(),
buildCellPathFactory,
steps,
contentDir,
componentDir,
components.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()),
inputPathResolver.getLimitedSourcePathResolver());

Expand All @@ -132,7 +132,7 @@ public ImmutableList<Step> getBuildSteps(
getProjectFilesystem(),
buildCellPathFactory,
steps,
contentDir,
platformDir,
platforms.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()),
inputPathResolver.getLimitedSourcePathResolver());

Expand All @@ -142,7 +142,7 @@ public ImmutableList<Step> getBuildSteps(
getProjectFilesystem(),
buildCellPathFactory,
steps,
contentDir,
resourceDir,
resources.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()),
inputPathResolver.getLimitedSourcePathResolver());

Expand Down

0 comments on commit be2bf93

Please sign in to comment.