Skip to content

Commit

Permalink
Export the internal package so that Kernel32 and CLibrary can be used…
Browse files Browse the repository at this point in the history
… in OSGi
  • Loading branch information
gnodet committed Sep 29, 2015
1 parent 620c446 commit 4a018a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.0.1</version>
<version>2.5.4</version>
<executions>
<execution>
<id>bundle-manifest</id>
Expand All @@ -148,7 +148,14 @@
</goals>
<configuration>
<instructions>
<Import-Package>!org.fusesource.jansi*,!org.fusesource.hawtjni*,sun.reflect;resolution:=optional,*</Import-Package>
<Export-Package>
org.fusesource.jansi,
org.fusesource.jansi.internal
</Export-Package>
<Import-Package>
!org.fusesource.jansi,
!org.fusesource.jansi.internal
</Import-Package>
</instructions>
</configuration>
</execution>
Expand Down

0 comments on commit 4a018a5

Please sign in to comment.