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 20:22:10 UTC

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

imario      2004/06/16 11:22:10

  Modified:    vfs      build.xml gump.xml project.xml
  Log:
  added commons-compress snapshot version from 2004-May-30
  changed to webdavlib 2.0
  
  Revision  Changes    Path
  1.22      +3 -1      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	17 May 2004 17:38:32 -0000	1.21
  +++ build.xml	16 Jun 2004 18:22:09 -0000	1.22
  @@ -188,9 +188,11 @@
           </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>
  +        <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}/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.0beta1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0beta1.jar">
  +        <get dest="${libdir}/webdavlib-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0.jar">
           </get>
           <get dest="${libdir}/commons-httpclient-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar">
           </get>
  
  
  
  1.9       +3 -2      jakarta-commons-sandbox/vfs/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/gump.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- gump.xml	28 Jun 2003 12:02:20 -0000	1.8
  +++ gump.xml	16 Jun 2004 18:22:09 -0000	1.9
  @@ -13,10 +13,11 @@
           <depend project="junit"/>
           <depend project="xml-xerces"/>
           <depend project="commons-logging"/>
  -
  +        <depend project="commons-collections"/>
  +        <depend project="commons-compress"/>
           <option project="commons-httpclient"/>
           <option project="commons-net"/>
  -        <option project="jakarta-slide" ids="client-webdavlib"/>
  +        <option project="jakarta-slide" ids="webdavlib"/>
           <option project="jcifs"/>
           <option project="jsch"/>
   
  
  
  
  1.33      +6 -1      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	30 May 2004 20:52:55 -0000	1.32
  +++ project.xml	16 Jun 2004 18:22:09 -0000	1.33
  @@ -57,6 +57,11 @@
           </dependency>
   
           <dependency>
  +            <id>commons-compress</id>
  +            <version>20040530</version>
  +        </dependency>
  +
  +        <dependency>
               <id>jcifs</id>
               <version>0.8.3</version>
           </dependency>
  @@ -64,7 +69,7 @@
           <dependency>
               <groupId>slide</groupId>
               <artifactId>webdavlib</artifactId>
  -            <version>2.0beta1</version>
  +            <version>2.0</version>
           </dependency>
   
           <dependency>
  
  
  

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