Remove unused code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50395300a3
commit
69a2052a43
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
<project default="test" name="commons-math" basedir=".">
|
<project default="test" name="commons-math" basedir=".">
|
||||||
<property name="defaulttargetdir" value="target"/>
|
<property name="defaulttargetdir" value="target"/>
|
||||||
<property name="libdir" value="target/lib"/>
|
|
||||||
<property name="testclassesdir" value="target/test-classes"/>
|
<property name="testclassesdir" value="target/test-classes"/>
|
||||||
<property name="testreportdir" value="target/test-reports"/>
|
<property name="testreportdir" value="target/test-reports"/>
|
||||||
<property name="jardir" value="${basedir}"/>
|
<property name="jardir" value="${basedir}"/>
|
||||||
|
@ -59,11 +58,6 @@
|
||||||
Java library path: ${java.library.path}
|
Java library path: ${java.library.path}
|
||||||
===========================================================================
|
===========================================================================
|
||||||
</echo>
|
</echo>
|
||||||
<mkdir dir="${libdir}" />
|
|
||||||
<condition property="noget">
|
|
||||||
<equals arg2="only" arg1="${build.sysclasspath}">
|
|
||||||
</equals>
|
|
||||||
</condition>
|
|
||||||
<!--Test if JUNIT is present in ANT classpath-->
|
<!--Test if JUNIT is present in ANT classpath-->
|
||||||
<available property="Junit.present" classname="junit.framework.Test">
|
<available property="Junit.present" classname="junit.framework.Test">
|
||||||
</available>
|
</available>
|
||||||
|
|
Loading…
Reference in New Issue