summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-11-04 14:57:03 -0400
committerSeth Tisue <seth@tisue.net>2016-11-04 14:57:03 -0400
commitfd3610c5789cc6afcd124394fda270003ade6cc8 (patch)
tree87e458645b645f729653dd502383405a4b705920 /project
parent10c609e750a7089055b126e6231e5ddb2f2e8623 (diff)
downloadscala-fd3610c5789cc6afcd124394fda270003ade6cc8.tar.gz
scala-fd3610c5789cc6afcd124394fda270003ade6cc8.tar.bz2
scala-fd3610c5789cc6afcd124394fda270003ade6cc8.zip
avoid deprecated sbt 0.12 operators
Diffstat (limited to 'project')
-rw-r--r--project/Osgi.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Osgi.scala b/project/Osgi.scala
index 8a62c9128a..0bada7d6ed 100644
--- a/project/Osgi.scala
+++ b/project/Osgi.scala
@@ -36,11 +36,11 @@ object Osgi {
)
},
jarlist := false,
- bundle <<= Def.task {
+ bundle := Def.task {
val res = (products in Compile in packageBin).value
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,
// Also create OSGi source bundles:
packageOptions in (Compile, packageSrc) += Package.ManifestAttributes(