Fixed broken download link, removed local path reference.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7255ed0bbb
commit
735fc1ac33
|
@ -135,7 +135,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="title" value="Math 0.1 API">
|
<property name="title" value="Math 0.1 API">
|
||||||
</property>
|
</property>
|
||||||
<javadoc bottom="Copyright &copy; 2003-2004 Apache Software Foundation. All Rights Reserved." windowtitle="Math 0.1 API" use="true" private="true" destdir="${javadocdir}" author="true" doctitle="Math 0.1 API" version="true" sourcepath="C:\eclipse\workspace\math\src\java" packagenames="org.apache.commons.*.*">
|
<javadoc bottom="Copyright &copy; 2003-2004 Apache Software Foundation. All Rights Reserved." windowtitle="Math 0.1 API" use="true" private="true" destdir="${javadocdir}" author="true" doctitle="Math 0.1 API" version="true" sourcepath="src/java" packagenames="org.apache.commons.*.*">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${libdir}">
|
<fileset dir="${libdir}">
|
||||||
<include name="*.jar">
|
<include name="*.jar">
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
</get>
|
</get>
|
||||||
<get dest="${libdir}/commons-discovery-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jar">
|
<get dest="${libdir}/commons-discovery-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jar">
|
||||||
</get>
|
</get>
|
||||||
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/junit/jars/junit-3.8.1.jar">
|
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
|
||||||
</get>
|
</get>
|
||||||
<get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar">
|
<get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar">
|
||||||
</get>
|
</get>
|
||||||
|
@ -170,4 +170,4 @@
|
||||||
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
|
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
|
||||||
</unjar>
|
</unjar>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue