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/05 17:57:34 UTC

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

Author: ammulder
Date: Fri Nov  5 08:57:34 2004
New Revision: 56684

Modified:
   geronimo/trunk/modules/assembly/maven.xml
Log:
Add geronimo-application-client.xsd to schema/ dir (JIRA 370)
Restore geronimo-connector.xsd after switch to connector-builder


Modified: geronimo/trunk/modules/assembly/maven.xml
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml	(original)
+++ geronimo/trunk/modules/assembly/maven.xml	Fri Nov  5 08:57:34 2004
@@ -100,13 +100,16 @@
             <ant:fileset dir="${project.root}/modules/jetty">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
-            <ant:fileset dir="${project.root}/modules/connector">
+            <ant:fileset dir="${project.root}/modules/connector-builder">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
             <ant:fileset dir="${project.root}/modules/naming">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
             <ant:fileset dir="${project.root}/modules/security">
+                <ant:include name="src/schema/*.xsd"/>
+            </ant:fileset>
+            <ant:fileset dir="${project.root}/modules/client-builder">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
             <ant:fileset dir="src/etc"/>