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/10/30 14:52:16 UTC

svn commit: r329568 - /geronimo/trunk/modules/assembly/maven.xml

Author: ammulder
Date: Sun Oct 30 05:52:13 2005
New Revision: 329568

URL: http://svn.apache.org/viewcvs?rev=329568&view=rev
Log:
Add more J2EE DTDs to output

Modified:
    geronimo/trunk/modules/assembly/maven.xml

Modified: geronimo/trunk/modules/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/maven.xml?rev=329568&r1=329567&r2=329568&view=diff
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml (original)
+++ geronimo/trunk/modules/assembly/maven.xml Sun Oct 30 05:52:13 2005
@@ -122,7 +122,8 @@
         <ant:copy todir="${geronimo.assembly.dir}/schema" flatten="true">
             <ant:fileset dir="${project.root}/modules/j2ee-schema">
                 <ant:include name="src/j2ee_1_4schema/*.xsd"/>
-                <ant:include name="src/j2ee_1_3dtd/*.dtd"/>
+		<ant:include name="src/j2ee_1_3dtd/*.dtd"/>
+		<ant:include name="src/j2ee_1_2dtd/*.dtd"/>
             </ant:fileset>
             <ant:fileset dir="${project.root}/modules/deployment">
                 <ant:include name="src/schema/*.xsd"/>