[webbeans-commits] Webbeans SVN: r2628 - ri/trunk/jboss-as.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sun Apr 26 21:18:18 EDT 2009
Author: dan.j.allen
Date: 2009-04-26 21:18:17 -0400 (Sun, 26 Apr 2009)
New Revision: 2628
Modified:
ri/trunk/jboss-as/build.xml
Log:
local.build.properties should take precedence over build.properties (in Ant that means it comes first)
Modified: ri/trunk/jboss-as/build.xml
===================================================================
--- ri/trunk/jboss-as/build.xml 2009-04-25 18:40:24 UTC (rev 2627)
+++ ri/trunk/jboss-as/build.xml 2009-04-27 01:18:17 UTC (rev 2628)
@@ -6,8 +6,8 @@
<property name="maven.dir" location="${basedir}/lib/maven" />
+ <property file="local.build.properties" />
<property file="build.properties" />
- <property file="local.build.properties" />
<target name="clean" description="Clean up after the JBoss updater">
<delete dir="target" failonerror="false" />
More information about the weld-commits
mailing list