scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / build.xml
index e341018..54c9628 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,6 @@
   <property environment="env"/>
 
   <property name="tomcat.home"    value="${env.TOMCAT_HOME}"/>
-  <property name="user.classpath" value="${env.CLASSPATH}"/>
 
 <!--
   <property name="compile.optimize" value="off" />
 
   <!-- Construct the classpath -->
   <path id="project.classpath">
-       
-       <!-- for libs installed by user or OS distribuitor -->
-       <fileset dir="${user.classpath}">
-         <include name="*.jar" />
-    </fileset>
-
-       <fileset dir="lib">
+    <fileset dir="lib">
       <include name="*.jar"/>
     </fileset>
     <fileset dir="etc/extralib">