Sophie

Sophie

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

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

--- src/build.xml	2005-03-28 14:23:09.000000000 +0200
+++ src/build.xml-gil	2011-05-28 14:51:29.155705189 +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="orb.dir"                     location="../OpenORB" />
   <property name="OpenORB.dir"                 location="../OpenORB" />
 
@@ -95,7 +95,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>