You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/12/25 08:32:30 UTC

svn commit: r123326 - /geronimo/trunk/modules/client-builder/project.xml

Author: djencks
Date: Fri Dec 24 23:32:28 2004
New Revision: 123326

URL: http://svn.apache.org/viewcvs?view=rev&rev=123326
Log:
fix dependencies.  I have no idea how it built previously
Modified:
   geronimo/trunk/modules/client-builder/project.xml

Modified: geronimo/trunk/modules/client-builder/project.xml
Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/client-builder/project.xml?view=diff&rev=123326&p1=geronimo/trunk/modules/client-builder/project.xml&r1=123325&p2=geronimo/trunk/modules/client-builder/project.xml&r2=123326
==============================================================================
--- geronimo/trunk/modules/client-builder/project.xml	(original)
+++ geronimo/trunk/modules/client-builder/project.xml	Fri Dec 24 23:32:28 2004
@@ -70,7 +70,7 @@
 
         <dependency>
             <groupId>geronimo</groupId>
-            <artifactId>geronimo-connector</artifactId>
+            <artifactId>geronimo-connector-builder</artifactId>
             <version>${pom.currentVersion}</version>
             <properties>
                 <xmlbeans>true</xmlbeans>
@@ -105,6 +105,9 @@
             <groupId>geronimo</groupId>
             <artifactId>geronimo-j2ee-schema</artifactId>
             <version>${pom.currentVersion}</version>
+            <properties>
+                <xmlbeans>true</xmlbeans>
+            </properties>
         </dependency>
 
         <dependency>