Remove duplicate property define

Pick up jars from jardir, as described in comments

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-21 14:31:52 +00:00
parent 3f96b9ab38
commit 5441724b3d
1 changed files with 1 additions and 2 deletions

View File

@ -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>