Eliminated [lang] dependency and local path reference.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-07-11 18:59:52 +00:00
parent 6251c12a57
commit f5a52ac0b0
1 changed files with 2 additions and 4 deletions

View File

@ -126,7 +126,7 @@
</classpath>
</javac>
<copy todir="${testclassesdir}">
<fileset dir="C:\files\projects\apache\jakarta-commons\math\src\test">
<fileset dir="src/test">
<include name="**/*.xml">
</include>
<include name="**/*.txt">
@ -157,8 +157,6 @@
</javadoc>
</target>
<target name="get-deps" unless="noget" depends="init">
<get dest="${libdir}/commons-lang-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.0.jar">
</get>
<get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
</get>
<get dest="${libdir}/commons-discovery-0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-discovery/jars/commons-discovery-0.2.jar">
@ -176,4 +174,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
</project>
</project>