Skip to content

Commit

Permalink
Fix osgi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Boileau committed Oct 25, 2024
1 parent d53eefd commit 015bd27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.restlet.java/org.restlet.ext.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
<configuration>
<instructions>
<Export-Package>org.restlet.ext.osgi</Export-Package>
<Bundle-Activator>org.restlet.engine.ext.osgi.internal.Activator</Bundle-Activator>
<Private-Package>org.restlet.ext.osgi.internal</Private-Package>
<Bundle-Activator>org.restlet.ext.osgi.internal.Activator</Bundle-Activator>
</instructions>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions org.restlet.java/org.restlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Private-Package>org.restlet.engine.internal</Private-Package>
<Bundle-Activator>org.restlet.engine.internal.Activator</Bundle-Activator>
</instructions>
</configuration>
Expand Down

0 comments on commit 015bd27

Please sign in to comment.