reverting unnedeed change i classpath
authorpietrus <pietrus>
Fri, 20 Oct 2006 23:59:47 +0000 (23:59 +0000)
committerpietrus <pietrus>
Fri, 20 Oct 2006 23:59:47 +0000 (23:59 +0000)
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">