[ARIES-1626] Removed Provide-Capability from pom and added in osgi.bnd file

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1764428 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/f8073783
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/f8073783
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/f8073783

Branch: refs/heads/master
Commit: f80737832b94a3e37c0cac648ba0cd0fc6f39e44
Parents: 6414efc
Author: ggerla <ggerla@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Wed Oct 12 10:14:22 2016 +0000
Committer: ggerla <ggerla@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Wed Oct 12 10:14:22 2016 +0000

----------------------------------------------------------------------
 jpa-container-eclipselink-adapter/osgi.bnd |  1 +
 jpa-container-eclipselink-adapter/pom.xml  | 16 ----------------
 2 files changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f8073783/jpa-container-eclipselink-adapter/osgi.bnd
----------------------------------------------------------------------
diff --git a/jpa-container-eclipselink-adapter/osgi.bnd 
b/jpa-container-eclipselink-adapter/osgi.bnd
index 35499a0..0e8f0ec 100644
--- a/jpa-container-eclipselink-adapter/osgi.bnd
+++ b/jpa-container-eclipselink-adapter/osgi.bnd
@@ -1,2 +1,3 @@
 Export-Package: !*
 Bundle-Activator: org.apache.aries.jpa.eclipselink.adapter.Activator
+Provide-Capability: osgi.service; effective:=active; 
objectClass=javax.persistence.spi.PersistenceProvider
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f8073783/jpa-container-eclipselink-adapter/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-container-eclipselink-adapter/pom.xml 
b/jpa-container-eclipselink-adapter/pom.xml
index 6fa0f47..d0d0913 100644
--- a/jpa-container-eclipselink-adapter/pom.xml
+++ b/jpa-container-eclipselink-adapter/pom.xml
@@ -60,20 +60,4 @@
         </dependency>
     </dependencies>
        
-       <build> 
-               <plugins>
-                       <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>3.0.1</version>
-                <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               
<Provide-Capability>osgi.service; effective:=active; 
objectClass=javax.persistence.spi.PersistenceProvider</Provide-Capability>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-       </plugins>
-       </build>        
-       
 </project>

Reply via email to