Sophie

Sophie

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

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

--- src/build.xml	2005-03-28 14:19:54.000000000 +0200
+++ src/build.xml-gil	2011-05-28 14:13:56.662703755 +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:
@@ -63,7 +63,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="OpenORB.dir"                 location="../OpenORB" />
   <property name="TransactionService.dir"      location="../TransactionService" />
   <property name="PersistentStateService.dir"  location="../PersistentStateService" />
@@ -106,7 +106,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>