OPENJPA-1101 bundle metadata tweaks for osgi tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@826665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2009-10-19 13:24:29 +00:00
parent c95593d8e2
commit 737f17fc26
1 changed files with 6 additions and 6 deletions

View File

@ -260,7 +260,7 @@
</archive>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>depends-maven-plugin</artifactId>
@ -274,7 +274,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
@ -284,13 +284,13 @@
<Bundle-Name>${artifactId}</Bundle-Name>
<Bundle-SymbolicName>${groupId}.${artifactId};singleton=true</Bundle-SymbolicName>
<Bundle-DocURL>http://openjpa.apache.org/documentation.html</Bundle-DocURL>
<!-- OSGi Bundle Metadata -->
<Private-Package>hellojpa*,META-INF*</Private-Package>
<Export-Package></Export-Package>
<Bundle-Activator>hellojpa.Main</Bundle-Activator>
<!-- <Private-Package>hellojpa*,META-INF*</Private-Package> -->
<Import-Package>org.apache.openjpa.*,*</Import-Package>
<!-- <Export-Package></Export-Package> -->
<Require-Bundle>org.apache.openjpa.openjpa;bundle-version="[1.3.0,3.0.0)"</Require-Bundle>
<!-- Eclipse metadata -->
<Eclipse-Autostart>false</Eclipse-Autostart>
<Bundle-ClassPath>.</Bundle-ClassPath>
</instructions>
<unpackBundle>true</unpackBundle>
</configuration>