mirror of https://github.com/apache/openjpa.git
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:
parent
c95593d8e2
commit
737f17fc26
|
@ -260,7 +260,7 @@
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.servicemix.tooling</groupId>
|
<groupId>org.apache.servicemix.tooling</groupId>
|
||||||
<artifactId>depends-maven-plugin</artifactId>
|
<artifactId>depends-maven-plugin</artifactId>
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
-->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.felix</groupId>
|
<groupId>org.apache.felix</groupId>
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
<artifactId>maven-bundle-plugin</artifactId>
|
||||||
|
@ -284,13 +284,13 @@
|
||||||
<Bundle-Name>${artifactId}</Bundle-Name>
|
<Bundle-Name>${artifactId}</Bundle-Name>
|
||||||
<Bundle-SymbolicName>${groupId}.${artifactId};singleton=true</Bundle-SymbolicName>
|
<Bundle-SymbolicName>${groupId}.${artifactId};singleton=true</Bundle-SymbolicName>
|
||||||
<Bundle-DocURL>http://openjpa.apache.org/documentation.html</Bundle-DocURL>
|
<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>
|
<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 metadata -->
|
||||||
<Eclipse-Autostart>false</Eclipse-Autostart>
|
<Eclipse-Autostart>false</Eclipse-Autostart>
|
||||||
<Bundle-ClassPath>.</Bundle-ClassPath>
|
|
||||||
</instructions>
|
</instructions>
|
||||||
<unpackBundle>true</unpackBundle>
|
<unpackBundle>true</unpackBundle>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue