[seam-commits] Seam SVN: r13740 - branches/enterprise/JBPAPP_4_3_FP01/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 13 10:50:18 EDT 2010


Author: manaRH
Date: 2010-09-13 10:50:17 -0400 (Mon, 13 Sep 2010)
New Revision: 13740

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml
Log:
fixed path to validate.xml for seam-gen project

Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml	2010-09-13 12:34:42 UTC (rev 13739)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml	2010-09-13 14:50:17 UTC (rev 13740)
@@ -643,7 +643,7 @@
 			<filterset refid="project"/>
 		</copy>
 		<copy todir="${project.home}" overwrite="true">
-			<fileset file="../validate.xml"/>
+			<fileset file="${build.dir}/validate.xml"/>
 		</copy>
 		<copy todir="${project.home}/resources">
 			<fileset dir="${base.dir}/resources/">



More information about the seam-commits mailing list