[webbeans-commits] Webbeans SVN: r494 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Dec 9 06:08:50 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-09 06:08:49 -0500 (Tue, 09 Dec 2008)
New Revision: 494

Added:
   ri/trunk/build.properties
Modified:
   ri/trunk/build.xml
Log:
properties file for jboss.home

Added: ri/trunk/build.properties
===================================================================
--- ri/trunk/build.properties	                        (rev 0)
+++ ri/trunk/build.properties	2008-12-09 11:08:49 UTC (rev 494)
@@ -0,0 +1 @@
+jboss.home=/Applications/jboss-5.0.0.GA

Modified: ri/trunk/build.xml
===================================================================
--- ri/trunk/build.xml	2008-12-09 11:07:08 UTC (rev 493)
+++ ri/trunk/build.xml	2008-12-09 11:08:49 UTC (rev 494)
@@ -4,6 +4,8 @@
 	<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks.jar" />
 	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
 	
+	<property file="build.properties" />
+	
 	<target name="install-jboss5">
 		
 		<fail unless="jboss.home" message="Please pass in -Djboss.home=..."/>




More information about the weld-commits mailing list