Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 454917a8a9041efecfe8c16d7bec0b00 > files > 3

openorb-1.4.0-2.mga3.src.rpm

--- src/build.xml	2005-03-28 14:17:33.000000000 +0200
+++ src/build.xml-gil	2011-05-28 12:16:23.911699265 +0200
@@ -33,7 +33,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:
@@ -86,7 +86,7 @@
   <property name="src.bin.dir"                 location="src/bin" />
   <property name="dist.doc.dir"                location="doc" />
 
-  <property name="tools.dir"                   location="../tools" />
+  <property name="tools.dir"                   location="tools" />
 
   <property name="build.debug"                 value="on" />
   <property name="build.deprecation"           value="off" />
@@ -135,6 +135,7 @@
     <path refid="project.class.path" />
     <fileset dir="${tools.dir}">
       <include name="lib/ext/build/**/*.jar"/>
+      <include name="lib/*.jar"/>
     </fileset>
   </path>