Skip to content

Commit

Permalink
The osgi.bundle file removed from 'orb-connector' module
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jul 30, 2023
1 parent 1674f80 commit c091deb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
23 changes: 0 additions & 23 deletions appserver/orb/orb-connector/osgi.bundle

This file was deleted.

16 changes: 16 additions & 0 deletions appserver/orb/orb-connector/pom.xml
Expand Up @@ -174,5 +174,21 @@
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.glassfish.enterprise.iiop.api,
org.glassfish.enterprise.iiop.spi,
org.glassfish.enterprise.iiop.util,
org.glassfish.orb.admin.config.handler
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
Empty file.

0 comments on commit c091deb

Please sign in to comment.