You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/02/02 16:43:14 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive BUnzip2.java BZip2.java GUnzip.java GZip.java

donaldp     02/02/02 07:43:14

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/archive
                        BUnzip2.java BZip2.java GUnzip.java GZip.java
  Log:
  Make sure the archive tasks declare their tasks so that xdoclet can pick up the meta-data
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/BUnzip2.java
  
  Index: BUnzip2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/BUnzip2.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUnzip2.java	20 Jan 2002 02:10:27 -0000	1.2
  +++ BUnzip2.java	2 Feb 2002 15:43:14 -0000	1.3
  @@ -17,6 +17,7 @@
    * used to compress non-compressed archives such as TAR files.
    *
    * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a>
  + * @ant:task name="bunzip2"
    */
   public class BUnzip2
       extends Unpack
  
  
  
  1.4       +1 -0      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/BZip2.java
  
  Index: BZip2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/BZip2.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BZip2.java	20 Jan 2002 17:32:56 -0000	1.3
  +++ BZip2.java	2 Feb 2002 15:43:14 -0000	1.4
  @@ -18,6 +18,7 @@
    *
    * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  + * @ant:task name="bzip2"
    */
   public class BZip2
       extends Pack
  
  
  
  1.2       +1 -0      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/GUnzip.java
  
  Index: GUnzip.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/GUnzip.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GUnzip.java	19 Jan 2002 07:41:48 -0000	1.1
  +++ GUnzip.java	2 Feb 2002 15:43:14 -0000	1.2
  @@ -18,6 +18,7 @@
    *
    * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
    * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a>
  + * @ant:task name="gunzip"
    */
   public class GUnzip
       extends Unpack
  
  
  
  1.2       +1 -0      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/GZip.java
  
  Index: GZip.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/archive/GZip.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GZip.java	19 Jan 2002 07:41:48 -0000	1.1
  +++ GZip.java	2 Feb 2002 15:43:14 -0000	1.2
  @@ -20,6 +20,7 @@
    * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a>
    * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  + * @ant:task name="gzip"
    */
   public class GZip
       extends Pack
  
  
  

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