You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/09/22 10:39:11 UTC

svn commit: r1704481 - /aries/trunk/jpa/jpa-blueprint/pom.xml

Author: cschneider
Date: Tue Sep 22 08:39:07 2015
New Revision: 1704481

URL: http://svn.apache.org/viewvc?rev=1704481&view=rev
Log:
Removed unnecessary maven plugin config

Modified:
    aries/trunk/jpa/jpa-blueprint/pom.xml

Modified: aries/trunk/jpa/jpa-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-blueprint/pom.xml?rev=1704481&r1=1704480&r2=1704481&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-blueprint/pom.xml (original)
+++ aries/trunk/jpa/jpa-blueprint/pom.xml Tue Sep 22 08:39:07 2015
@@ -55,17 +55,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Bundle-Activator>${classes;IMPLEMENTS;org.osgi.framework.BundleActivator}</Bundle-Activator>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>