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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Mar 14 00:15:49 EDT 2009


Author: dan.j.allen
Date: 2009-03-14 00:15:49 -0400 (Sat, 14 Mar 2009)
New Revision: 10157

Modified:
   trunk/seam-gen/build.xml
Log:
copy the file defined by ${seam-gen.properties} rather than the hardcoded ${seam-gen.dir}/build.properties when creating a new project


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2009-03-14 00:38:54 UTC (rev 10156)
+++ trunk/seam-gen/build.xml	2009-03-14 04:15:49 UTC (rev 10157)
@@ -831,7 +831,7 @@
     <target name="file-copy" depends="file-copy-war,file-copy-ear,setup-filters">
 
         <copy tofile="${project.home}/seam-gen.properties"
-                file="${seam-gen.dir}/build.properties"/>
+                file="${seam-gen.properties}"/>
 
         <copy todir="${project.home}/resources/">
             <fileset dir="${seam-gen.dir}/resources/">




More information about the seam-commits mailing list