Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 21, 2011
1 parent 5039530 commit 69a2052
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test-jar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 69a2052

Please sign in to comment.