[jboss-cvs] JBoss Messaging SVN: r5688 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 22 08:35:03 EST 2009


Author: jmesnil
Date: 2009-01-22 08:35:03 -0500 (Thu, 22 Jan 2009)
New Revision: 5688

Modified:
   trunk/build-messaging.xml
Log:
JBMESSAGING-1301: Provide xml schemas for our xml config

* copy the schemas in build.sar target

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-01-22 13:34:01 UTC (rev 5687)
+++ trunk/build-messaging.xml	2009-01-22 13:35:03 UTC (rev 5688)
@@ -711,6 +711,11 @@
          </fileset>
       </copy>
       <copy todir="${build.sar.dir}">
+         <fileset dir="${src.schemas.dir}">
+            <include name="*.xsd"/>
+         </fileset>
+      </copy>
+      <copy todir="${build.sar.dir}">
          <fileset dir="${build.jars.dir}">
             <include name="*.jar"/>
          </fileset>




More information about the jboss-cvs-commits mailing list