Skip to content

Commit

Permalink
The osgi.bundle files removed from 'resources' modules
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 4337290 commit 3b6160a
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 102 deletions.
18 changes: 0 additions & 18 deletions appserver/resources/mail/mail-connector/osgi.bundle

This file was deleted.

14 changes: 14 additions & 0 deletions appserver/resources/mail/mail-connector/pom.xml
Expand Up @@ -119,5 +119,19 @@
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.glassfish.resources.mail,
org.glassfish.resources.mail.config
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
18 changes: 0 additions & 18 deletions appserver/resources/mail/mail-runtime/osgi.bundle

This file was deleted.

14 changes: 14 additions & 0 deletions appserver/resources/mail/mail-runtime/pom.xml
Expand Up @@ -98,5 +98,19 @@
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.glassfish.resources.mail.annotation.handler,
org.glassfish.resources.mail.naming
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
26 changes: 0 additions & 26 deletions appserver/resources/resources-connector/osgi.bundle

This file was deleted.

19 changes: 19 additions & 0 deletions appserver/resources/resources-connector/pom.xml
Expand Up @@ -126,5 +126,24 @@
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.glassfish.resources.admin.cli,
org.glassfish.resources.api,
org.glassfish.resources.config,
org.glassfish.resources.custom.factory,
org.glassfish.resources.listener,
org.glassfish.resources.naming,
org.glassfish.resources.util
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
20 changes: 0 additions & 20 deletions appserver/resources/resources-runtime/osgi.bundle

This file was deleted.

20 changes: 0 additions & 20 deletions appserver/tests/admin/admin-extension/osgi.bundle

This file was deleted.

0 comments on commit 3b6160a

Please sign in to comment.