Author: ggerla
Date: Wed Oct 12 10:14:22 2016
New Revision: 1764428

URL: http://svn.apache.org/viewvc?rev=1764428&view=rev
Log:
[ARIES-1626] Removed Provide-Capability from pom and added in osgi.bnd file

Modified:
    aries/trunk/jpa/jpa-container-eclipselink-adapter/osgi.bnd
    aries/trunk/jpa/jpa-container-eclipselink-adapter/pom.xml

Modified: aries/trunk/jpa/jpa-container-eclipselink-adapter/osgi.bnd
URL: 
http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-eclipselink-adapter/osgi.bnd?rev=1764428&r1=1764427&r2=1764428&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-eclipselink-adapter/osgi.bnd (original)
+++ aries/trunk/jpa/jpa-container-eclipselink-adapter/osgi.bnd Wed Oct 12 
10:14:22 2016
@@ -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

Modified: aries/trunk/jpa/jpa-container-eclipselink-adapter/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-eclipselink-adapter/pom.xml?rev=1764428&r1=1764427&r2=1764428&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-eclipselink-adapter/pom.xml (original)
+++ aries/trunk/jpa/jpa-container-eclipselink-adapter/pom.xml Wed Oct 12 
10:14:22 2016
@@ -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