[webbeans-commits] Webbeans SVN: r722 - ri/trunk/jboss-as.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Dec 24 17:55:14 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-24 17:55:14 -0500 (Wed, 24 Dec 2008)
New Revision: 722

Modified:
   ri/trunk/jboss-as/
   ri/trunk/jboss-as/build.xml
Log:
add local build.properties


Property changes on: ri/trunk/jboss-as
___________________________________________________________________
Name: svn:ignore
   - target

   + 
target
local.build.properties


Modified: ri/trunk/jboss-as/build.xml
===================================================================
--- ri/trunk/jboss-as/build.xml	2008-12-24 18:34:54 UTC (rev 721)
+++ ri/trunk/jboss-as/build.xml	2008-12-24 22:55:14 UTC (rev 722)
@@ -7,6 +7,7 @@
 	<property name="maven.dir" location="${basedir}/lib/maven" />
 
 	<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