You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/11/30 07:26:54 UTC

svn commit: r721769 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Sat Nov 29 22:26:53 2008
New Revision: 721769

URL: http://svn.apache.org/viewvc?rev=721769&view=rev
Log:
Add bundle PM

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=721769&r1=721768&r2=721769&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Sat Nov 29 22:26:53 2008
@@ -416,6 +416,13 @@
                 </plugin>
                 
                 <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>1.4.3</version>
+                    <extensions>true</extensions>
+                </plugin>
+                
+                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>1.1</version>