[seam-commits] Seam SVN: r7251 - trunk/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jan 28 07:53:35 EST 2008
Author: pete.muir at jboss.org
Date: 2008-01-28 07:53:35 -0500 (Mon, 28 Jan 2008)
New Revision: 7251
Modified:
trunk/seam-gen/build.xml
Log:
JBSEAM-2373
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-01-28 10:08:46 UTC (rev 7250)
+++ trunk/seam-gen/build.xml 2008-01-28 12:53:35 UTC (rev 7251)
@@ -3,6 +3,9 @@
<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 +42,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