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 2005/07/15 02:25:27 UTC

svn commit: r219144 - /geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml

Author: ammulder
Date: Thu Jul 14 17:25:25 2005
New Revision: 219144

URL: http://svn.apache.org/viewcvs?rev=219144&view=rev
Log:
Add geronimo-web.xsd to the assembly schema output in the branch

Modified:
    geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml

Modified: geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml?rev=219144&r1=219143&r2=219144&view=diff
==============================================================================
--- geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml (original)
+++ geronimo/branches/v1_0_M4-QA/modules/assembly/maven.xml Thu Jul 14 17:25:25 2005
@@ -115,10 +115,7 @@
             <ant:fileset dir="${project.root}/modules/j2ee-builder">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
-            <ant:fileset dir="${project.root}/modules/jetty-builder">
-                <ant:include name="src/schema/*.xsd"/>
-            </ant:fileset>
-            <ant:fileset dir="${project.root}/modules/tomcat-builder">
+            <ant:fileset dir="${project.root}/modules/web-builder">
                 <ant:include name="src/schema/*.xsd"/>
             </ant:fileset>
             <ant:fileset dir="${project.root}/modules/connector-builder">