Skip to content

Commit

Permalink
OSGi: Export versioned packages only
Browse files Browse the repository at this point in the history
  • Loading branch information
joeha480 committed Feb 23, 2020
1 parent af36dd7 commit b25dd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jar {
manifest {
attributes(
'-sources': 'true',
'Export-Package': 'org.daisy.streamline.api.*',
'-exportcontents': '${packages;VERSIONED}',
'Automatic-Module-Name': "$moduleName",
'Bundle-Name': "$bundleName",
'Bundle-SymbolicName': "$bundleName",
Expand Down

0 comments on commit b25dd0d

Please sign in to comment.