imario      2004/08/26 09:58:36

  Modified:    vfs      build.xml project.xml
  Log:
  commons-logging-1.0.4

  commons-collections-3.1

  jsch-0.1.16
  
  Revision  Changes    Path
  1.25      +3 -3      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 17 Jun 2004 19:29:28 -0000      1.24
  +++ build.xml 26 Aug 2004 16:58:36 -0000      1.25
  @@ -186,11 +186,11 @@
           </get>
           <get dest="${libdir}/commons-net-1.2.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-net/jars/commons-net-1.2.1.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.4.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.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}/commons-collections-20040616.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-20040616.jar";>
  +        <get dest="${libdir}/commons-collections-3.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-3.1.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>
  @@ -198,7 +198,7 @@
           </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>
  -        <get dest="${libdir}/jsch-0.1.14.jar" usetimestamp="true" 
ignoreerrors="true" src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.14.jar";>
  +        <get dest="${libdir}/jsch-0.1.16.jar" usetimestamp="true" 
ignoreerrors="true" src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.16.jar";>
           </get>
           <get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar";>
           </get>
  
  
  
  1.40      +3 -3      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml       5 Aug 2004 18:41:14 -0000       1.39
  +++ project.xml       26 Aug 2004 16:58:36 -0000      1.40
  @@ -51,7 +51,7 @@
           <dependency>
               <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
  -            <version>1.0.3</version>
  +            <version>1.0.4</version>
           </dependency>
   
           <dependency>
  @@ -63,7 +63,7 @@
           <dependency>
               <groupId>commons-collections</groupId>
               <artifactId>commons-collections</artifactId>
  -            <version>20040616</version>
  +            <version>3.1</version>
           </dependency>
   
           <dependency>
  @@ -87,7 +87,7 @@
           <dependency>
               <groupId>jsch</groupId>
               <artifactId>jsch</artifactId>
  -            <version>0.1.14</version>
  +            <version>0.1.16</version>
           </dependency>
   
           <dependency>
  
  
  

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

Reply via email to