Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0b6aba17dd8f5a4d052243c21bc7bf33 > files > 3

openorb-trader-1.4.0-2.mga3.src.rpm

--- src/build.xml	2005-03-28 14:22:43.000000000 +0200
+++ src/build.xml-gil	2011-05-28 16:03:40.954707948 +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="src.bin.dir"                 location="src/bin" />
   <property name="dist.bin.dir"                location="bin" />
 
-  <property name="tools.dir"                   location="../tools" />
+  <property name="tools.dir"                   location="tools" />
   <property name="PersistentStateService.dir"  location="../PersistentStateService" />
   <property name="EvaluatorUtility.dir"        location="../EvaluatorUtility" />
   <property name="NamingService.dir"           location="../NamingService" />
@@ -104,7 +104,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>