[seam-commits] Seam SVN: r9610 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Nov 21 15:06:57 EST 2008


Author: dan.j.allen
Date: 2008-11-21 15:06:57 -0500 (Fri, 21 Nov 2008)
New Revision: 9610

Modified:
   trunk/seam-gen/build.xml
Log:
pull validate.xml from the correct location


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-11-21 19:10:24 UTC (rev 9609)
+++ trunk/seam-gen/build.xml	2008-11-21 20:06:57 UTC (rev 9610)
@@ -696,9 +696,7 @@
                 file="${templates.dir}/build-scripts/build.xml">
             <filterset refid="project"/>
         </copy>
-        <copy todir="${project.home}" overwrite="true">
-            <fileset file="${seam.dir}/validate.xml"/>
-        </copy>
+        <copy file="${seam.dir}/build/validate.xml" todir="${project.home}" overwrite="true"/>
         <copy todir="${project.home}/resources">
             <fileset dir="${templates.dir}/resources/">
                 <include name="META-INF/application.xml"/>




More information about the seam-commits mailing list