Updated for 1.0 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a403c7da89
commit
775bc46779
|
@ -1,7 +1,7 @@
|
||||||
<?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-RC1
|
<!--build.xml generated by maven from project.xml version 1.0
|
||||||
on date August 15 2004, time 1249-->
|
on date December 5 2004, time 1028-->
|
||||||
|
|
||||||
<project default="jar" name="commons-math" basedir=".">
|
<project default="jar" name="commons-math" basedir=".">
|
||||||
<property name="defaulttargetdir" value="target">
|
<property name="defaulttargetdir" value="target">
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
</tstamp>
|
</tstamp>
|
||||||
<property name="copyright" value="Copyright &copy; The Apache Software Foundation. All Rights Reserved.">
|
<property name="copyright" value="Copyright &copy; The Apache Software Foundation. All Rights Reserved.">
|
||||||
</property>
|
</property>
|
||||||
<property name="title" value="Math 1.0-RC1 API">
|
<property name="title" value="Math 1.0 API">
|
||||||
</property>
|
</property>
|
||||||
<javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.math.*">
|
<javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.math.*">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
|
Loading…
Reference in New Issue