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 2005/12/05 06:54:44 UTC

svn commit: r353993 - in /jakarta/commons/proper/vfs/trunk: build.xml project.xml xdocs/download.xml

Author: imario
Date: Sun Dec  4 21:54:29 2005
New Revision: 353993

URL: http://svn.apache.org/viewcvs?rev=353993&view=rev
Log:
upgrade to commons-net 1.4.1

Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    jakarta/commons/proper/vfs/trunk/project.xml
    jakarta/commons/proper/vfs/trunk/xdocs/download.xml

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=353993&r1=353992&r2=353993&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Sun Dec  4 21:54:29 2005
@@ -116,8 +116,6 @@
                     </include>
                     <exclude name="**/test/Abstract*TestCase.java">
                     </exclude>
-                    <exclude name="**/*.java">
-                    </exclude>
                 </fileset>
             </batchtest>
         </junit>
@@ -170,8 +168,8 @@
         <get dest="${libdir}/ant-1.6.2.jar" usetimestamp="true" ignoreerrors="true"
              src="http://www.ibiblio.org/maven/ant/jars/ant-1.6.2.jar">
         </get>
-        <get dest="${libdir}/commons-net-1.4.0.jar" usetimestamp="true" ignoreerrors="true"
-             src="http://www.ibiblio.org/maven/commons-net/jars/commons-net-1.4.0.jar">
+        <get dest="${libdir}/commons-net-1.4.1.jar" usetimestamp="true" ignoreerrors="true"
+             src="http://www.ibiblio.org/maven/commons-net/jars/commons-net-1.4.1.jar">
         </get>
         <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">

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=353993&r1=353992&r2=353993&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Sun Dec  4 21:54:29 2005
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>commons-net</groupId>
             <artifactId>commons-net</artifactId>
-            <version>1.4.0</version>
+            <version>1.4.1</version>
         </dependency>
 
         <dependency>

Modified: jakarta/commons/proper/vfs/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/download.xml?rev=353993&r1=353992&r2=353993&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/download.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/download.xml Sun Dec  4 21:54:29 2005
@@ -41,7 +41,7 @@
                     <td>
                         Jakarta
                         <a href="http://jakarta.apache.org/commons/net/">Commons Net</a>
-                        Version 1.4.0 or later.
+                        Version 1.4.1 or later.
                     </td>
                     <td rowspan="2">FTP</td>
                 </tr>



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