Author: sebb
Date: Mon Feb 21 14:31:52 2011
New Revision: 1072983

URL: http://svn.apache.org/viewvc?rev=1072983&view=rev
Log:
Remove duplicate property define
Pick up jars from jardir, as described in comments

Modified:
    commons/proper/math/branches/MATH_2_X/test-jar.xml

Modified: commons/proper/math/branches/MATH_2_X/test-jar.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/test-jar.xml?rev=1072983&r1=1072982&r2=1072983&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/test-jar.xml (original)
+++ commons/proper/math/branches/MATH_2_X/test-jar.xml Mon Feb 21 14:31:52 2011
@@ -34,10 +34,9 @@
   <property name="libdir" value="target/lib"/>
   <property name="testclassesdir" value="target/test-classes"/>
   <property name="testreportdir" value="target/test-reports"/>
-  <property name="defaulttargetdir" value="target"/>
   <property name="jardir" value="${basedir}"/>
    <path id="build.classpath">
-    <fileset dir="${libdir}">
+    <fileset dir="${jardir}">
       <include name="**/*.jar">
       </include>
     </fileset>


Reply via email to