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

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

Author: ammulder
Date: Sat Nov  6 05:08:29 2004
New Revision: 56760

Modified:
   geronimo/trunk/modules/assembly/maven.xml
Log:
Build doesn't die if OpenEJB wasn't checked out (but openejb-jar.xsd
  isn't copied over either)


Modified: geronimo/trunk/modules/assembly/maven.xml
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml	(original)
+++ geronimo/trunk/modules/assembly/maven.xml	Sat Nov  6 05:08:29 2004
@@ -112,8 +112,8 @@
             <ant:fileset dir="${project.root}/modules/client-builder">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
-            <ant:fileset dir="${project.root}/openejb/modules/core">
-                <ant:include name="src/schema/openejb-jar.xsd"/>
+            <ant:fileset dir="${project.root}">
+                <ant:include name="openejb/modules/core/src/schema/openejb-jar.xsd"/>
             </ant:fileset>
             <ant:fileset dir="src/etc"/>
         </ant:copy>