[jboss-cvs] JBossAS SVN: r93009 - projects/annotations/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 30 12:13:37 EDT 2009


Author: jesper.pedersen
Date: 2009-08-30 12:13:37 -0400 (Sun, 30 Aug 2009)
New Revision: 93009

Modified:
   projects/annotations/trunk/build.xml
Log:
Remove XSD for metadata XML format

Modified: projects/annotations/trunk/build.xml
===================================================================
--- projects/annotations/trunk/build.xml	2009-08-30 16:12:53 UTC (rev 93008)
+++ projects/annotations/trunk/build.xml	2009-08-30 16:13:37 UTC (rev 93009)
@@ -343,12 +343,6 @@
       </fileset>
     </move>
 
-    <copy todir="${build.dir}/${name}-${major}.${minor}.${patch}.${type}/doc">
-      <fileset dir="core/src/main/resources">
-        <include name="*.xsd"/>
-      </fileset>
-    </copy>
-
     <copy todir="${build.dir}/${name}-${major}.${minor}.${patch}.${type}">
       <fileset dir="${target.dir}">
         <include name="*.jar"/>




More information about the jboss-cvs-commits mailing list