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/11/07 00:16:24 UTC

svn commit: rev 56787 - geronimo/trunk/modules/assembly

Author: djencks
Date: Sat Nov  6 15:16:24 2004
New Revision: 56787

Modified:
   geronimo/trunk/modules/assembly/project.xml
Log:
Cant reproduce GERONIMO-382. Removing apparently unnecesary copies of j2ee-schema jar

Modified: geronimo/trunk/modules/assembly/project.xml
==============================================================================
--- geronimo/trunk/modules/assembly/project.xml	(original)
+++ geronimo/trunk/modules/assembly/project.xml	Sat Nov  6 15:16:24 2004
@@ -313,9 +313,6 @@
             <artifactId>geronimo-j2ee-schema</artifactId>
             <version>${pom.currentVersion}</version>
             <properties>
-                <deploy>true</deploy><!-- TODO REMOVE WHEN XMLBEANS CL IS FIXED -->
-                <server>true</server><!-- TODO REMOVE WHEN XMLBEANS CL IS FIXED -->
-                <lib>true</lib><!-- TODO REMOVE WHEN XMLBEANS CL IS FIXED -->
                 <repository>true</repository>
             </properties>
         </dependency>