Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > d2a50dfd5fefe23f2e02810fc9ab294b > files > 3

openorb-pss-1.4.0-3.mga3.src.rpm

--- src/build.xml	2005-03-28 14:19:16.000000000 +0200
+++ src/build.xml-gil	2011-05-28 13:49:50.998702835 +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:
@@ -62,7 +62,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="TransactionService.dir"       location="../TransactionService" />
 
   <property name="build.debug"                  value="on" />
@@ -100,7 +100,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>