You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2009/12/29 07:56:45 UTC

svn commit: r894317 - /geronimo/server/trunk/framework/configs/karaf-framework/pom.xml

Author: genspring
Date: Tue Dec 29 06:56:44 2009
New Revision: 894317

URL: http://svn.apache.org/viewvc?rev=894317&view=rev
Log:
GERONIMO-4948 To migrate existing geronimo gshell commands to karaf based shell. --- deploy commands needs xbean-naming jar in G_HOME/lib.

Modified:
    geronimo/server/trunk/framework/configs/karaf-framework/pom.xml

Modified: geronimo/server/trunk/framework/configs/karaf-framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/pom.xml?rev=894317&r1=894316&r2=894317&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/pom.xml Tue Dec 29 06:56:44 2009
@@ -609,6 +609,12 @@
                                     <outputDirectory>target/dependencies</outputDirectory>
                                     <destFileName>commons-cli.jar</destFileName>
                                 </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.xbean</groupId>
+                                    <artifactId>xbean-naming</artifactId>
+                                    <outputDirectory>target/dependencies</outputDirectory>
+                                    <destFileName>xbean-naming.jar</destFileName>
+                                </artifactItem>                                
                             </artifactItems>
                         </configuration>
                     </execution>