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/10/12 12:32:58 UTC

svn commit: r703782 - in /geronimo/gshell/trunk: gshell-support/pom.xml pom.xml

Author: jdillon
Date: Sun Oct 12 03:32:58 2008
New Revision: 703782

URL: http://svn.apache.org/viewvc?rev=703782&view=rev
Log:
Hook up gshell-marshal and gshell-xstore to build

Modified:
    geronimo/gshell/trunk/gshell-support/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/pom.xml?rev=703782&r1=703781&r2=703782&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/pom.xml Sun Oct 12 03:32:58 2008
@@ -60,6 +60,8 @@
         <module>gshell-vfs-truezip</module>
         <module>gshell-security</module>
         <module>gshell-ivy</module>
+        <module>gshell-marshal</module>
+        <module>gshell-xstore</module>
     </modules>
 
 </project>
\ No newline at end of file

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=703782&r1=703781&r2=703782&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sun Oct 12 03:32:58 2008
@@ -257,6 +257,18 @@
             </dependency>
             
             <dependency>
+                <groupId>org.apache.geronimo.gshell.support</groupId>
+                <artifactId>gshell-marshal</artifactId>
+                <version>1.0-alpha-2-SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>org.apache.geronimo.gshell.support</groupId>
+                <artifactId>gshell-xstore</artifactId>
+                <version>1.0-alpha-2-SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
                 <groupId>org.apache.geronimo.gshell</groupId>
                 <artifactId>gshell-api</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>