Skip to content

Commit

Permalink
The osgi.bundle files removed from 'jdbc' 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 36e3f82 commit 54155c3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 66 deletions.
18 changes: 0 additions & 18 deletions appserver/jdbc/admin/osgi.bundle

This file was deleted.

11 changes: 11 additions & 0 deletions appserver/jdbc/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,16 @@
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>!*</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
18 changes: 0 additions & 18 deletions appserver/jdbc/jdbc-config/osgi.bundle

This file was deleted.

30 changes: 0 additions & 30 deletions appserver/jdbc/jdbc-runtime/osgi.bundle

This file was deleted.

15 changes: 15 additions & 0 deletions appserver/jdbc/jdbc-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<DynamicImport-Package>org.glassfish.flashlight.provider</DynamicImport-Package>
<Export-Package>
org.glassfish.jdbcruntime,
org.glassfish.jdbcruntime.service,
org.glassfish.jdbc.util,
org.glassfish.jdbc
</Export-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 54155c3

Please sign in to comment.