You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/04/07 04:33:45 UTC

cvs commit: jakarta-avalon-excalibur/tar/src/test/org/apache/excalibur/tar/test TarTestCase.java TarTestSuite.java

donaldp     02/04/06 18:33:45

  Modified:    tar      project.properties
               tar/src/conf MANIFEST.MF
               tar/src/java/org/apache/excalibur/tar TarBuffer.java
                        TarConstants.java TarEntry.java TarInputStream.java
                        TarOutputStream.java TarUtils.java
               tar/src/test/org/apache/excalibur/tar/test TarTestCase.java
                        TarTestSuite.java
  Removed:     tar/src/java/org/apache/avalon/excalibur/tar TarBuffer.java
                        TarConstants.java TarEntry.java TarInputStream.java
                        TarOutputStream.java TarUtils.java
               tar/src/test/org/apache/avalon/excalibur/tar/test
                        TarTestCase.java TarTestSuite.java data.txt gnu.tar
                        posix.tar update-tars.bat
  Log:
  Repackage and make sure that the manifest conforms to extension spec
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-avalon-excalibur/tar/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	4 Apr 2002 15:12:50 -0000	1.4
  +++ project.properties	7 Apr 2002 02:33:44 -0000	1.5
  @@ -2,4 +2,5 @@
   Name=Excalibur TAR
   dir-name=tar
   version=1.0a
  +package-version=0.99
   year=2000-2002
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/tar/src/conf/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/conf/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.MF	31 Mar 2002 07:43:07 -0000	1.1
  +++ MANIFEST.MF	7 Apr 2002 02:33:44 -0000	1.2
  @@ -2,5 +2,5 @@
   Specification-Vendor: Apache Software Foundation
   Specification-Version: 1.0
   Implementation-Vendor: Apache Software Foundation
  -Implementation-Version: @version@
  +Implementation-Version: @package-version@
   
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarBuffer.java
  
  Index: TarBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarBuffer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarBuffer.java	21 Mar 2002 13:34:46 -0000	1.1
  +++ TarBuffer.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   import java.io.IOException;
   import java.io.InputStream;
  @@ -23,7 +23,7 @@
    *
    * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/03/21 13:34:46 $
  + * @version $Revision: 1.2 $ $Date: 2002/04/07 02:33:45 $
    */
   class TarBuffer
   {
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarConstants.java
  
  Index: TarConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarConstants.java	21 Mar 2002 13:34:46 -0000	1.1
  +++ TarConstants.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,14 +5,14 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   /**
    * This interface contains all the definitions used in the package.
    *
    * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version $Revision: 1.1 $ $Date: 2002/03/21 13:34:46 $
  + * @version $Revision: 1.2 $ $Date: 2002/04/07 02:33:45 $
    */
   interface TarConstants
   {
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarEntry.java
  
  Index: TarEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarEntry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarEntry.java	21 Mar 2002 13:34:46 -0000	1.1
  +++ TarEntry.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   import java.io.File;
   import java.util.Date;
  @@ -55,7 +55,7 @@
    * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/03/21 13:34:46 $
  + * @version $Revision: 1.2 $ $Date: 2002/04/07 02:33:45 $
    * @see TarInputStream
    * @see TarOutputStream
    */
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarInputStream.java
  
  Index: TarInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarInputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarInputStream.java	21 Mar 2002 13:34:46 -0000	1.1
  +++ TarInputStream.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   import java.io.FilterInputStream;
   import java.io.IOException;
  @@ -20,7 +20,7 @@
    * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/03/21 13:34:46 $
  + * @version $Revision: 1.2 $ $Date: 2002/04/07 02:33:45 $
    * @see TarInputStream
    * @see TarEntry
    */
  
  
  
  1.3       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarOutputStream.java
  
  Index: TarOutputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarOutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarOutputStream.java	24 Mar 2002 09:56:43 -0000	1.2
  +++ TarOutputStream.java	7 Apr 2002 02:33:45 -0000	1.3
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   import java.io.FilterOutputStream;
   import java.io.IOException;
  @@ -19,7 +19,7 @@
    *
    * @author Timothy Gerard Endres <a href="mailto:time@ice.com">time@ice.com</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.2 $ $Date: 2002/03/24 09:56:43 $
  + * @version $Revision: 1.3 $ $Date: 2002/04/07 02:33:45 $
    * @see TarInputStream
    * @see TarEntry
    */
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarUtils.java
  
  Index: TarUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarUtils.java	21 Mar 2002 13:34:46 -0000	1.1
  +++ TarUtils.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,14 +5,14 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar;
  +package org.apache.excalibur.tar;
   
   /**
    * This class provides static utility methods to work with byte streams.
    *
    * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version $Revision: 1.1 $ $Date: 2002/03/21 13:34:46 $
  + * @version $Revision: 1.2 $ $Date: 2002/04/07 02:33:45 $
    */
   class TarUtils
   {
  
  
  
  1.3       +5 -5      jakarta-avalon-excalibur/tar/src/test/org/apache/excalibur/tar/test/TarTestCase.java
  
  Index: TarTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/test/org/apache/excalibur/tar/test/TarTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarTestCase.java	24 Mar 2002 09:56:43 -0000	1.2
  +++ TarTestCase.java	7 Apr 2002 02:33:45 -0000	1.3
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar.test;
  +package org.apache.excalibur.tar.test;
   
   import java.io.BufferedInputStream;
   import java.io.File;
  @@ -15,16 +15,16 @@
   import java.io.InputStream;
   import java.io.OutputStream;
   import junit.framework.TestCase;
  -import org.apache.avalon.excalibur.tar.TarEntry;
  -import org.apache.avalon.excalibur.tar.TarInputStream;
  -import org.apache.avalon.excalibur.tar.TarOutputStream;
  +import org.apache.excalibur.tar.TarEntry;
  +import org.apache.excalibur.tar.TarInputStream;
  +import org.apache.excalibur.tar.TarOutputStream;
   
   /**
    * Test case for all tar resources.
    *
    * @todo Find V7 tar and do tests against it
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.2 $ $Date: 2002/03/24 09:56:43 $
  + * @version $Revision: 1.3 $ $Date: 2002/04/07 02:33:45 $
    */
   public final class TarTestCase
       extends TestCase
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/tar/src/test/org/apache/excalibur/tar/test/TarTestSuite.java
  
  Index: TarTestSuite.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/src/test/org/apache/excalibur/tar/test/TarTestSuite.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TarTestSuite.java	21 Mar 2002 13:34:59 -0000	1.1
  +++ TarTestSuite.java	7 Apr 2002 02:33:45 -0000	1.2
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.tar.test;
  +package org.apache.excalibur.tar.test;
   
   import junit.framework.Test;
   import junit.framework.TestSuite;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>