Author: nickboldt
Date: 2010-05-11 16:19:13 -0400 (Tue, 11 May 2010)
New Revision: 22026
Modified:
branches/modular_build/build/build.xml
Log:
fix bootstrapping for drools build
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-11 20:12:40 UTC (rev 22025)
+++ branches/modular_build/build/build.xml 2010-05-11 20:19:13 UTC (rev 22026)
@@ -589,6 +589,7 @@
<echo>Run custom @{COMPONENT}/build.xml</echo>
<ant antfile="${WORKINGDIR}/(a){COMPONENT}/build.xml">
<property name="COMPONENT" value="@{COMPONENT}" />
+ <property name="basedir"
value="${WORKINGDIR}/@{COMPONENT}"/>
</ant>
</then>
</if>
Show replies by date