You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/06/16 22:21:35 UTC

cvs commit: jakarta-commons-sandbox/vfs build.xml project.xml

imario      2004/06/16 13:21:35

  Modified:    vfs      build.xml project.xml
  Log:
  added commons-collections snapshot from 2004-Jun-16
  
  Revision  Changes    Path
  1.23      +2 -0      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	16 Jun 2004 18:22:09 -0000	1.22
  +++ build.xml	16 Jun 2004 20:21:35 -0000	1.23
  @@ -190,6 +190,8 @@
           </get>
           <get dest="${libdir}/commons-compress-20040530.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20040530.jar">
           </get>
  +        <get dest="${libdir}/commons-collections-20040616.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-20040616.jar">
  +        </get>
           <get dest="${libdir}/jcifs-0.8.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.8.3.jar">
           </get>
           <get dest="${libdir}/webdavlib-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0.jar">
  
  
  
  1.34      +5 -0      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	16 Jun 2004 18:22:09 -0000	1.33
  +++ project.xml	16 Jun 2004 20:21:35 -0000	1.34
  @@ -62,6 +62,11 @@
           </dependency>
   
           <dependency>
  +            <id>commons-collections</id>
  +            <version>20040616</version>
  +        </dependency>
  +
  +        <dependency>
               <id>jcifs</id>
               <version>0.8.3</version>
           </dependency>
  
  
  

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