Author: boisvert
Date: Fri Sep 15 13:22:22 2006
New Revision: 446715

URL: http://svn.apache.org/viewvc?view=rev&rev=446715
Log:
Pass ode.home property to sub ant tasks

Modified:
    incubator/ode/trunk/jbi-examples/src/examples/base-sa.xml

Modified: incubator/ode/trunk/jbi-examples/src/examples/base-sa.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/base-sa.xml?view=diff&rev=446715&r1=446714&r2=446715
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/base-sa.xml (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/base-sa.xml Fri Sep 15 
13:22:22 2006
@@ -20,6 +20,7 @@
     <target name="service-units" depends="init" >
         <subant target="service-unit">
             <property name="dist.dir" value="${sus.dir}" />
+            <property name="ode.home" value="${ode.home}" />
             <fileset dir="." includes="*/build.xml"/>
         </subant>
     </target>


Reply via email to