Skip to content

Commit

Permalink
[DROOLS-1129] fix reteoo Bundle-SymbolicName (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofusco authored and psiroky committed Apr 19, 2016
1 parent ece650b commit f06e6c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drools-reteoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,13 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Bundle-SymbolicName>org.drools.core</Bundle-SymbolicName>
<Bundle-SymbolicName>org.drools.reteoo</Bundle-SymbolicName>
<Export-Package>
org.drools.reteoo.*
</Export-Package>
<Import-Package>
*
</Import-Package>
<Bundle-Activator>org.drools.core.osgi.Activator</Bundle-Activator>
<_removeheaders>Private-Package</_removeheaders>
</instructions>
</configuration>
Expand Down

0 comments on commit f06e6c3

Please sign in to comment.