Skip to content

Commit

Permalink
The osgi.bundle files removed from remaining modules (except abandone…
Browse files Browse the repository at this point in the history
…d tests)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jul 31, 2023
1 parent 7a60a3b commit 4057986
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 99 deletions.
18 changes: 0 additions & 18 deletions appserver/admingui/gf-admingui-connector/osgi.bundle

This file was deleted.

17 changes: 0 additions & 17 deletions appserver/batch/glassfish-batch-connector/osgi.bundle

This file was deleted.

16 changes: 15 additions & 1 deletion appserver/batch/glassfish-batch-connector/pom.xml
Expand Up @@ -57,4 +57,18 @@
<artifactId>hk2-config-generator</artifactId>
</dependency>
</dependencies>
</project>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<!-- impl would not be exported by default -->
<Export-Package>*</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build></project>
19 changes: 0 additions & 19 deletions appserver/load-balancer/gf-load-balancer-connector/osgi.bundle

This file was deleted.

18 changes: 0 additions & 18 deletions nucleus/cluster/gms-adapter/osgi.bundle

This file was deleted.

9 changes: 9 additions & 0 deletions nucleus/cluster/gms-adapter/pom.xml
Expand Up @@ -84,6 +84,15 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>!*</Export-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Expand Down
26 changes: 0 additions & 26 deletions nucleus/grizzly/config/osgi.bundle

This file was deleted.

0 comments on commit 4057986

Please sign in to comment.