psteitz 2004/12/05 09:34:27
Modified: math build.xml
Log:
Updated for 1.0 release.
Revision Changes Path
1.22 +3 -3 jakarta-commons/math/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 20 Sep 2004 04:31:57 -0000 1.21
+++ build.xml 5 Dec 2004 17:34:27 -0000 1.22
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--build.xml generated by maven from project.xml version 1.0-RC1
- on date August 15 2004, time 1249-->
+<!--build.xml generated by maven from project.xml version 1.0
+ on date December 5 2004, time 1028-->
<project default="jar" name="commons-math" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -142,7 +142,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Math 1.0-RC1 API">
+ <property name="title" value="Math 1.0 API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="org.apache.commons.math.*">
<classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]