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 13:58:47 UTC

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

Author: ammulder
Date: Sat Nov  6 04:58:46 2004
New Revision: 56759

Modified:
   geronimo/trunk/modules/assembly/maven.xml
Log:
Include openejb-jar.xsd in assemly/schema dir (JIRA 447)


Modified: geronimo/trunk/modules/assembly/maven.xml
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml	(original)
+++ geronimo/trunk/modules/assembly/maven.xml	Sat Nov  6 04:58:46 2004
@@ -112,6 +112,9 @@
             <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>
             <ant:fileset dir="src/etc"/>
         </ant:copy>
         <ant:fileScanner var="schemaScanner">