Author: boisvert
Date: Fri Sep 15 08:06:14 2006
New Revision: 446626

URL: http://svn.apache.org/viewvc?view=rev&rev=446626
Log:
Fix detection of Ode distribution

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

Modified: incubator/ode/trunk/jbi-examples/src/examples/base.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/base.xml?view=diff&rev=446626&r1=446625&r2=446626
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/base.xml (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/base.xml Fri Sep 15 08:06:14 
2006
@@ -75,7 +75,7 @@
     </target>
 
     <target name="validate-ode-home">
-        <available file="${lib.dir}/ode-bootstrap.jar" 
property="ode.home.good"/>
+        <available file="${lib.dir}/ode-bpel-compiler.jar" 
property="ode.home.good"/>
     </target>
 
     <target name="fail-invalid-ode-home" depends="validate-ode-home" 
unless="ode.home.good">


Reply via email to