[jboss-cvs] JBossAS SVN: r66070 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 12 01:40:54 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-12 01:40:54 -0400 (Fri, 12 Oct 2007)
New Revision: 66070

Modified:
   trunk/build/build-distr.xml
Log:
Drop the server dtd/schema copy since these are in the jboss-metadata.jar

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-10-12 03:53:17 UTC (rev 66069)
+++ trunk/build/build-distr.xml	2007-10-12 05:40:54 UTC (rev 66070)
@@ -545,18 +545,6 @@
       </fileset>
     </copy>
 
-    <!-- Copy the DTDs -->
-    <mkdir dir="${install.dtd}"/>
-    <copy todir="${install.dtd}" filtering="no">
-      <fileset dir="${project.root}/${_module.name}/src/resources/dtd"/>
-    </copy>
-
-    <!-- Copy the XML Schemas -->
-    <mkdir dir="${install.schema}"/>
-    <copy todir="${install.schema}" filtering="no">
-      <fileset dir="${project.root}/${_module.name}/src/resources/schema"/>
-    </copy>
-
   </target>
 
   <target name="_module-server-all" depends="_module-server-most">




More information about the jboss-cvs-commits mailing list