Author: imario Date: Sun Sep 11 07:15:15 2005 New Revision: 280141 URL: http://svn.apache.org/viewcvs?rev=280141&view=rev Log: fix: changed documentation to use latest commons-compress
Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt 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/RELEASE_NOTES.txt URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt?rev=280141&r1=280140&r2=280141&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original) +++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Sun Sep 11 07:15:15 2005 @@ -1,5 +1,9 @@ 2005- +bzip: +changed documentation to use latest commons-compress. + + filesystems: fix: avoid creation of filesystem if they use the same options Modified: jakarta/commons/proper/vfs/trunk/build.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=280141&r1=280140&r2=280141&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/build.xml (original) +++ jakarta/commons/proper/vfs/trunk/build.xml Sun Sep 11 07:15:15 2005 @@ -176,8 +176,8 @@ <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 dest="${libdir}/commons-compress-20050911.jar" usetimestamp="true" ignoreerrors="true" + src="http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20050911.jar"> </get> <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"> Modified: jakarta/commons/proper/vfs/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=280141&r1=280140&r2=280141&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/project.xml (original) +++ jakarta/commons/proper/vfs/trunk/project.xml Sun Sep 11 07:15:15 2005 @@ -112,7 +112,7 @@ <dependency> <groupId>commons-compress</groupId> <artifactId>commons-compress</artifactId> - <version>20040530</version> + <version>20050911</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=280141&r1=280140&r2=280141&view=diff ============================================================================== --- jakarta/commons/proper/vfs/trunk/xdocs/download.xml (original) +++ jakarta/commons/proper/vfs/trunk/xdocs/download.xml Sun Sep 11 07:15:15 2005 @@ -106,13 +106,13 @@ <tr> <td> <a href="http://jakarta.apache.org/commons/sandbox/compress/">Commons Compress</a> - Nightly build 20040530 + Nightly build 20050911 <br/> There are no other nightlies than the one I created for maven, so please download it from the link below until this changes: <br/> - <a href="http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20040530.jar"> - http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20040530.jar</a> + <a href="http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20050911.jar"> + http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20050911.jar</a> </td> <td>tar, bz2</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]