regenerated Ant script; dependencies were removed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brent Worden 2004-06-23 13:43:23 +00:00
parent 8a52cbfdf8
commit 8d1b142b00
1 changed files with 25 additions and 17 deletions

View File

@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--build.xml generated by maven from project.xml version 1.0-dev <!--build.xml generated by maven from project.xml version 1.0-dev
on date June 2 2004, time 1044--> on date June 23 2004, time 0841-->
<project default="jar" name="commons-math" basedir="."> <project default="jar" name="commons-math" basedir=".">
<property name="defaulttargetdir" value="target"> <property name="defaulttargetdir" value="C:\files\projects\apache\jakarta-commons\math/target">
</property> </property>
<property name="libdir" value="target/lib"> <property name="libdir" value="C:\files\projects\apache\jakarta-commons\math/target/lib">
</property> </property>
<property name="classesdir" value="target/classes"> <property name="classesdir" value="C:\files\projects\apache\jakarta-commons\math/target/classes">
</property> </property>
<property name="testclassesdir" value="target/test-classes"> <property name="testclassesdir" value="C:\files\projects\apache\jakarta-commons\math/target/test-classes">
</property> </property>
<property name="testreportdir" value="target/test-reports"> <property name="testclassesdir" value="C:\files\projects\apache\jakarta-commons\math/target/test-classes">
</property>
<property name="testreportdir" value="C:\files\projects\apache\jakarta-commons\math/target/test-reports">
</property> </property>
<property name="distdir" value="dist"> <property name="distdir" value="dist">
</property> </property>
@ -53,7 +55,7 @@
</copy> </copy>
</target> </target>
<target name="jar" description="o Create the jar" depends="compile,test"> <target name="jar" description="o Create the jar" depends="compile,test">
<jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
</jar> </jar>
</target> </target>
<target name="clean" description="o Clean up the generated directories"> <target name="clean" description="o Clean up the generated directories">
@ -123,8 +125,16 @@
</pathelement> </pathelement>
</classpath> </classpath>
</javac> </javac>
<copy todir="${testclassesdir}">
<fileset dir="C:\files\projects\apache\jakarta-commons\math\src\test">
<include name="**/*.xml">
</include>
<include name="**/*.txt">
</include>
</fileset>
</copy>
</target> </target>
<target name="javadoc" description="o Generate javadoc" depends="jar"> <target name="javadoc" description="o Generate javadoc">
<mkdir dir="${javadocdir}"> <mkdir dir="${javadocdir}">
</mkdir> </mkdir>
<tstamp> <tstamp>
@ -141,25 +151,23 @@
<include name="*.jar"> <include name="*.jar">
</include> </include>
</fileset> </fileset>
<pathelement location="target/${final.name}.jar"> <pathelement location="${defaulttargetdir}/${final.name}.jar">
</pathelement> </pathelement>
</classpath> </classpath>
</javadoc> </javadoc>
</target> </target>
<target name="get-deps" unless="noget" depends="init"> <target name="get-deps" unless="noget" depends="init">
<get dest="${libdir}/commons-collections-3.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//commons-collections/jars/commons-collections-3.0.jar"> <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>
<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 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>
<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 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">
</get> </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"> <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}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//junit/jars/junit-3.8.1.jar"> <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">
</get> </get>
<get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//ant/jars/ant-1.5.jar"> <get dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.jar">
</get>
<get dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven//ant/jars/ant-optional-1.5.jar">
</get> </get>
</target> </target>
<target name="install-maven"> <target name="install-maven">