You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/04/24 20:40:22 UTC

cvs commit: jakarta-commons/math project.xml build.xml

psteitz     2004/04/24 11:40:22

  Modified:    math     project.xml build.xml
  Log:
  Updated dependencies to latest release versions
  collections: 3.0 (added to java-repository)
  beanutils: 1.6.1
  discovery: 0.2 (added to java-repository)
  
  Revision  Changes    Path
  1.44      +4 -4      jakarta-commons/math/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml	11 Apr 2004 16:30:07 -0000	1.43
  +++ project.xml	24 Apr 2004 18:40:22 -0000	1.44
  @@ -122,11 +122,11 @@
     <dependencies>
       <dependency>
         <id>commons-beanutils</id>
  -      <version>1.5</version>
  +      <version>1.6.1</version>
       </dependency>
       <dependency>
         <id>commons-collections</id>
  -      <version>2.1</version>
  +      <version>3.0</version>
       </dependency>
       <dependency>
         <id>commons-lang</id>
  @@ -138,7 +138,7 @@
       </dependency>
       <dependency>
         <id>commons-discovery</id>
  -      <version>20030211.213356</version>
  +      <version>0.2</version>
       </dependency>
     </dependencies>
   
  
  
  
  1.14      +3 -3      jakarta-commons/math/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	28 Feb 2004 19:43:40 -0000	1.13
  +++ build.xml	24 Apr 2004 18:40:22 -0000	1.14
  @@ -133,11 +133,11 @@
     </target>
     
     <target name="get-deps" unless="noget" depends="init">
  -    <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 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 dest="${libdir}/commons-beanutils-1.6.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.6.1.jar"/>
  +    <get dest="${libdir}/commons-collections-3.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-3.0.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 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 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 dest="${libdir}/commons-discovery-0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.apache.org/dist/java-repository/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 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 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"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org