Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > ce80ec6a3ac5742f692f87d76a3c1402 > files > 3

openorb-evaluator-1.4.0-1.mga2.src.rpm

--- src/build.xml	2005-03-28 14:20:17.000000000 +0200
+++ src/build.xml-gil	2011-05-28 15:10:43.480705924 +0200
@@ -19,7 +19,7 @@
 
   <property file="../personal.properties" />
   <property file="local.properties" />
-  <property file="../tools/global.properties" />
+  <property file="tools/global.properties" />
   <property file="${user.home}/ant.properties" />
 
   <!-- For version or name changes modify the values below:
@@ -60,7 +60,7 @@
   <property name="dist.doc.dir"                location="doc" />
   <property name="test-idl.dir"                location="src/test/org/openorb/constraint/test/idl" />
 
-  <property name="tools.dir"                   location="../tools" />
+  <property name="tools.dir"                   location="tools" />
   <property name="OpenORB.dir"                 location="../OpenORB" />
 
   <property name="build.debug"                 value="on" />
@@ -94,7 +94,7 @@
   <path id="build.class.path">
     <path refid="project.class.path" />
     <fileset dir="${tools.dir}">
-      <include name="lib/ext/build/**/*.jar"/>
+      <include name="lib/*.jar"/>
     </fileset>
   </path>