Author: scamp
Date: Thu Mar 24 06:59:00 2005
New Revision: 158921

URL: http://svn.apache.org/viewcvs?view=rev&rev=158921
Log:
added another reference to build.properties to ensure it also reads the top 
most build.properties for finding props

Modified:
    incubator/apollo/trunk/src/templates/build.xml.vm

Modified: incubator/apollo/trunk/src/templates/build.xml.vm
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/build.xml.vm?view=diff&r1=158920&r2=158921
==============================================================================
--- incubator/apollo/trunk/src/templates/build.xml.vm (original)
+++ incubator/apollo/trunk/src/templates/build.xml.vm Thu Mar 24 06:59:00 2005
@@ -11,6 +11,7 @@
 
    <property environment="env" />   
    <property file="build.properties" />
+   <property file="../../build.properties" />
    <property file="../build.properties" />
 
    <!-- workaround for those IDEs that dont set ant.home as per the ant script 
-->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to