Author: boisvert
Date: Wed Aug  9 11:58:06 2006
New Revision: 430118

URL: http://svn.apache.org/viewvc?rev=430118&view=rev
Log:
Pass ode.home property

Modified:
    incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml

Modified: incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml?rev=430118&r1=430117&r2=430118&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml 
(original)
+++ incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml Wed Aug 
 9 11:58:06 2006
@@ -23,6 +23,7 @@
 
     <target name="build-process">
         <subant target="">
+            <property name="ode.home" value="${ode.home}" />
             <fileset dir="." includes="HelloWorld2-process/build.xml"/>
         </subant>
     </target>


Reply via email to