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:15:45 UTC

svn commit: r721767 - in /geronimo/gshell/trunk: gshell-assembly/src/main/underlay/etc/application.xml pom.xml

Author: jdillon
Date: Sat Nov 29 22:15:44 2008
New Revision: 721767

URL: http://svn.apache.org/viewvc?rev=721767&view=rev
Log:
Adding PM for maven-bundle-plugin
Fixed app config

Modified:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml?rev=721767&r1=721766&r2=721767&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml Sat Nov 29 22:15:44 2008
@@ -105,7 +105,6 @@
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 
-
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
                     <property name="name" value="gshell-admin"/>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=721767&r1=721766&r2=721767&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Nov 29 22:15:44 2008
@@ -429,6 +429,13 @@
                     <artifactId>javacc-maven-plugin</artifactId>
                     <version>2.5-SNAPSHOT</version>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>1.4.3</version>
+                    <extensions>true</extensions>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>