Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 99c27f940f0e3330cbc7f8b5ee74d013 > files > 3

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

--- src/build.xml	2005-03-28 14:26:58.000000000 +0200
+++ src/build.xml-gil	2011-05-28 17:00:58.333710137 +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:
@@ -74,7 +74,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="InterfaceRepository.dir"     location="../InterfaceRepository" />
   <property name="NotificationService.dir"     location="../NotificationService" />
   <property name="TradingService.dir"          location="../TradingService" />
@@ -130,7 +130,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>