Skip to content

Commit

Permalink
Rewire package to osgiBundle for OSGi-enabled projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Mar 15, 2017
1 parent 5f1a638 commit 4c1c8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Osgi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ object Osgi {
"Bundle-SymbolicName" -> (bundleSymbolicName.value + ".source"),
"Bundle-Version" -> versionProperties.value.osgiVersion,
"Eclipse-SourceBundle" -> (bundleSymbolicName.value + ";version=\"" + versionProperties.value.osgiVersion + "\";roots:=\".\"")
)
),
Keys.`package` := bundle.value
)

def bundleTask(headers: Map[String, String], jarlist: Boolean, fullClasspath: Seq[File], artifactPath: File,
Expand Down

0 comments on commit 4c1c8de

Please sign in to comment.