summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Osgi.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Osgi.scala b/project/Osgi.scala
index 0bada7d6ed..3b578572c9 100644
--- a/project/Osgi.scala
+++ b/project/Osgi.scala
@@ -41,7 +41,7 @@ object Osgi {
bundleTask(headers.value.toMap, jarlist.value, (products in Compile in packageBin).value,
(artifactPath in (Compile, packageBin)).value, res, streams.value)
}.value,
- packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), bundle).identityMap,
+ packagedArtifact in (Compile, packageBin) := (((artifact in (Compile, packageBin)).value, bundle.value)),
// Also create OSGi source bundles:
packageOptions in (Compile, packageSrc) += Package.ManifestAttributes(
"Bundle-Name" -> (description.value + " Sources"),