Post-1.0 update.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d81e3a0765
commit
2b30dee0c8
|
@ -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
|
<!--build.xml generated by maven from project.xml version 1.1-dev
|
||||||
on date December 5 2004, time 1028-->
|
on date December 9 2004, time 2202-->
|
||||||
|
|
||||||
<project default="jar" name="commons-math" basedir=".">
|
<project default="jar" name="commons-math" basedir=".">
|
||||||
<property name="defaulttargetdir" value="target">
|
<property name="defaulttargetdir" value="target">
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="javadocdir" value="dist/docs/api">
|
<property name="javadocdir" value="dist/docs/api">
|
||||||
</property>
|
</property>
|
||||||
<property name="final.name" value="commons-math-1.0">
|
<property name="final.name" value="commons-math-1.1-dev">
|
||||||
</property>
|
</property>
|
||||||
<path id="build.classpath">
|
<path id="build.classpath">
|
||||||
<fileset dir="${libdir}">
|
<fileset dir="${libdir}">
|
||||||
|
@ -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 API">
|
<property name="title" value="Math 1.1-dev 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>
|
||||||
|
|
15
project.xml
15
project.xml
|
@ -15,13 +15,13 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- $Revision: 1.54 $ $Date: 2004/12/05 17:21:30 $ -->
|
<!-- $Revision: 1.55 $ $Date: 2004/12/10 05:12:52 $ -->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<name>Math</name>
|
<name>Math</name>
|
||||||
<id>commons-math</id>
|
<id>commons-math</id>
|
||||||
<currentVersion>1.0</currentVersion>
|
<currentVersion>1.1-dev</currentVersion>
|
||||||
<inceptionYear>2003</inceptionYear>
|
<inceptionYear>2003</inceptionYear>
|
||||||
<shortDescription>Jakarta Commons Math</shortDescription>
|
<shortDescription>Jakarta Commons Math</shortDescription>
|
||||||
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
||||||
|
@ -64,9 +64,20 @@
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
<versions>
|
<versions>
|
||||||
|
<version>
|
||||||
|
<id>1.0-RC1</id>
|
||||||
|
<name>1.0</name>
|
||||||
|
<tag>MATH_1_0_RC1</tag>
|
||||||
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.0-RC2</id>
|
||||||
|
<name>1.0</name>
|
||||||
|
<tag>MATH_1_0_RC2</tag>
|
||||||
|
</version>
|
||||||
<version>
|
<version>
|
||||||
<id>1.0</id>
|
<id>1.0</id>
|
||||||
<name>1.0</name>
|
<name>1.0</name>
|
||||||
|
<tag>MATH_1_0</tag>
|
||||||
</version>
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
|
|
Loading…
Reference in New Issue