[seam-commits] Seam SVN: r7252 - branches/Seam_2_0/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 28 07:56:18 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-28 07:56:18 -0500 (Mon, 28 Jan 2008)
New Revision: 7252

Modified:
   branches/Seam_2_0/seam-gen/build.xml
Log:
JBSEAM-2373

Modified: branches/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/Seam_2_0/seam-gen/build.xml	2008-01-28 12:53:35 UTC (rev 7251)
+++ branches/Seam_2_0/seam-gen/build.xml	2008-01-28 12:56:18 UTC (rev 7252)
@@ -3,6 +3,8 @@
 <project name="seam-gen" default="help" basedir="."  xmlns:artifact="urn:maven-artifact-ant">	
 	<!-- Build resources -->
 	<property name="seam.dir" value="${ant.file.seam-gen}/../../" />
+	<!-- Order is important -->
+	<property file="./build.properties" />
 	<import file="${seam.dir}/build/common.build.xml" />
 	
 	<target name="init">
@@ -39,7 +41,6 @@
 	</target>
     
     <target name="init-properties" depends="init">
-	<property file="./build.properties" />
         
         <packageDirectory property="action.dir" package="action/${action.package}"/>
         <packageDirectory property="model.dir" package="model/${model.package}"/>




More information about the seam-commits mailing list