Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 7507)
+++ trunk/build.xml	(revision 7508)
@@ -26,10 +26,4 @@
         <os family="Windows"/>
     </condition>
-    <!-- Java classpath addition (all jar files to compile tests with this) -->
-    <path id="classpath">
-        <fileset dir="lib">
-            <include name="**/*.jar"/>
-        </fileset>
-    </path>
 
     <!--
@@ -274,7 +268,4 @@
     <path id="test.classpath">
         <fileset dir="${test.dir}/lib">
-            <include name="**/*.jar"/>
-        </fileset>
-        <fileset dir="lib">
             <include name="**/*.jar"/>
         </fileset>
