You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/21 16:18:24 UTC

svn commit: r1073010 - /commons/proper/math/branches/MATH_2_X/test-jar.xml

Author: sebb
Date: Mon Feb 21 15:18:24 2011
New Revision: 1073010

URL: http://svn.apache.org/viewvc?rev=1073010&view=rev
Log:
Remove unused code

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=1073010&r1=1073009&r2=1073010&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 15:18:24 2011
@@ -31,7 +31,6 @@
   
 <project default="test" name="commons-math" basedir=".">
   <property name="defaulttargetdir" value="target"/>
-  <property name="libdir" value="target/lib"/>
   <property name="testclassesdir" value="target/test-classes"/>
   <property name="testreportdir" value="target/test-reports"/>
   <property name="jardir" value="${basedir}"/>
@@ -59,11 +58,6 @@
     Java library path: ${java.library.path}
     ===========================================================================
     </echo>
-    <mkdir dir="${libdir}" />
-    <condition property="noget">
-      <equals arg2="only" arg1="${build.sysclasspath}">
-      </equals>
-    </condition>
     <!--Test if JUNIT is present in ANT classpath-->
     <available property="Junit.present" classname="junit.framework.Test">
     </available>