diff --git a/src/org/openqa/selenium/buck/mozilla/Xpi.java b/src/org/openqa/selenium/buck/mozilla/Xpi.java index 41efa1a92a8..e5499fbb26e 100644 --- a/src/org/openqa/selenium/buck/mozilla/Xpi.java +++ b/src/org/openqa/selenium/buck/mozilla/Xpi.java @@ -122,7 +122,7 @@ public ImmutableList getBuildSteps( getProjectFilesystem(), buildCellPathFactory, steps, - contentDir, + componentDir, components.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()), inputPathResolver.getLimitedSourcePathResolver()); @@ -132,7 +132,7 @@ public ImmutableList getBuildSteps( getProjectFilesystem(), buildCellPathFactory, steps, - contentDir, + platformDir, platforms.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()), inputPathResolver.getLimitedSourcePathResolver()); @@ -142,7 +142,7 @@ public ImmutableList getBuildSteps( getProjectFilesystem(), buildCellPathFactory, steps, - contentDir, + resourceDir, resources.stream().map(InputPath::getLimitedSourcePath).collect(MoreCollectors.toImmutableSortedSet()), inputPathResolver.getLimitedSourcePathResolver());