Skip to content

Commit

Permalink
Add manual OSGi manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
makusuko authored and gbrail committed May 30, 2019
1 parent 1895bb9 commit 4f7f7ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ jar {
"Implementation-Vendor": "Mozilla Foundation",
"Implementation-URL": "http://www.mozilla.org/rhino",
"Built-Date": new Date().format("yyyy-MM-dd"),
"Built-Time": new Date().format("HH:mm:ss")
"Built-Time": new Date().format("HH:mm:ss"),
"Bundle-ManifestVersion": "2",
"Bundle-SymbolicName": "org.mozilla.rhino",
"Bundle-Version": project.version.replaceAll("-.*", ""),
"Export-Package": "org.mozilla.javascript,org.mozilla.javascript.ast,org.mozilla.javascript.annotations"
)
}
}
Expand Down

0 comments on commit 4f7f7ff

Please sign in to comment.