Skip to content

Commit

Permalink
Export all packages for OSGI. (strict minimal effort to support OSGI)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 12, 2018
1 parent 9a4a34f commit 966c992
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion leshan-client-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Contributors:
<extensions>true</extensions>
<configuration>
<instructions>
<_exportcontents>!*.impl.*, !*.internal.*, *</_exportcontents>
<_exportcontents>*</_exportcontents>
<Import-Package>*</Import-Package>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
</instructions>
Expand Down
2 changes: 1 addition & 1 deletion leshan-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Contributors:
<extensions>true</extensions>
<configuration>
<instructions>
<_exportcontents>!*.impl.*, !*.internal.*, *</_exportcontents>
<_exportcontents>*</_exportcontents>
<Import-Package>*</Import-Package>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
</instructions>
Expand Down
2 changes: 1 addition & 1 deletion leshan-core-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Contributors:
<extensions>true</extensions>
<configuration>
<instructions>
<_exportcontents>!*.impl.*, !*.internal.*, *</_exportcontents>
<_exportcontents>*</_exportcontents>
<Import-Package>*</Import-Package>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
</instructions>
Expand Down
2 changes: 1 addition & 1 deletion leshan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Contributors:
<extensions>true</extensions>
<configuration>
<instructions>
<_exportcontents>!models.*, !*.impl.*, !*.internal.*, *</_exportcontents>
<_exportcontents>*</_exportcontents>
<Import-Package>*</Import-Package>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
</instructions>
Expand Down
2 changes: 1 addition & 1 deletion leshan-server-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Contributors:
<extensions>true</extensions>
<configuration>
<instructions>
<_exportcontents>!*.impl.*, !*.internal.*, *</_exportcontents>
<_exportcontents>*</_exportcontents>
<Import-Package>*</Import-Package>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
</instructions>
Expand Down

0 comments on commit 966c992

Please sign in to comment.