scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / build.xml
index 397a9ac..54c9628 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
   <!-- Construct the classpath -->
   <path id="project.classpath">
-       
-       <!-- for libs installed by OS distribuitor -->
-       <fileset dir="/usr/share/java">
-         <include name="*.jar" />
-    </fileset>
-
-       <fileset dir="lib">
+    <fileset dir="lib">
       <include name="*.jar"/>
     </fileset>
     <fileset dir="etc/extralib">