Use '/usr/share/java' to construct the classpath because some OS vendors place java...
[mir.git] / build.xml
index 54c9628..397a9ac 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
   <!-- Construct the classpath -->
   <path id="project.classpath">
-    <fileset dir="lib">
+       
+       <!-- for libs installed by OS distribuitor -->
+       <fileset dir="/usr/share/java">
+         <include name="*.jar" />
+    </fileset>
+
+       <fileset dir="lib">
       <include name="*.jar"/>
     </fileset>
     <fileset dir="etc/extralib">