mdiggory    2004/01/30 11:53:33

  Modified:    math     build.xml
  Log:
  Fixing version number.
  
  Revision  Changes    Path
  1.10      +14 -16    jakarta-commons/math/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 14 Nov 2003 21:46:30 -0000      1.9
  +++ build.xml 30 Jan 2004 19:53:33 -0000      1.10
  @@ -1,9 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!--
  -  build.xml generated by maven from project.xml version 0.1-dev
  -  on date September 27 2003, time 0007
  --->
  +<!--build.xml generated by maven from project.xml version 0.1
  +  on date January 29 2004, time 1839-->
   
   <project default="jar" name="commons-math" basedir=".">
     <property name="defaulttargetdir" value="target">
  @@ -20,7 +18,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-math-0.1-dev">
  +  <property name="final.name" value="commons-math-1.0-dev">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -133,11 +131,11 @@
         <format pattern="2003-yyyy" property="year">
         </format>
       </tstamp>
  -    <property name="copyright" value="Copyright &amp;copy;  Apache Software 
Foundation. All Rights Reserved.">
  +    <property name="copyright" value="Copyright &amp;copy; 2003-2004 Apache 
Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="Math 0.1-dev API">
  +    <property name="title" value="Math 0.1 API">
       </property>
  -    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" 
version="true" sourcepath="src/java" packagenames="org.apache.commons.*.*">
  +    <javadoc bottom="Copyright &amp;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.*.*">
         <classpath>
           <fileset dir="${libdir}">
             <include name="*.jar">
  @@ -149,21 +147,21 @@
       </javadoc>
     </target>
     <target name="get-deps" unless="noget" depends="init">
  -    <get dest="${libdir}/commons-beanutils-1.5.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.5.jar";>
  +    <get dest="${libdir}/commons-beanutils-1.5.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.5.jar";>
       </get>
  -    <get dest="${libdir}/commons-collections-SNAPSHOT.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SNAPSHOT.jar";>
  +    <get dest="${libdir}/commons-collections-2.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-2.1.jar";>
       </get>
  -    <get dest="${libdir}/commons-lang-SNAPSHOT.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-SNAPSHOT.jar";>
  +    <get dest="${libdir}/commons-lang-2.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar";>
       </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-logging-1.0.3.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar";>
       </get>
  -    <get dest="${libdir}/commons-discovery-SNAPSHOT.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/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 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}/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>
  -    <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-1.5.jar" usetimestamp="true" ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/ant/jars/ant-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 dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar";>
       </get>
     </target>
     <target name="install-maven">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to