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/03/03 07:40:54 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/manifest Section.java

donaldp     02/03/02 22:40:54

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/manifest
                        Section.java
  Log:
  Move manifest stuff back into old tree
  
  Revision  Changes    Path
  1.5       +1 -4      jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/manifest/Section.java
  
  Index: Section.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/manifest/Section.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Section.java	10 Feb 2002 00:27:10 -0000	1.4
  +++ Section.java	3 Mar 2002 06:40:54 -0000	1.5
  @@ -14,9 +14,6 @@
   import java.util.Enumeration;
   import java.util.Hashtable;
   import java.util.Iterator;
  -import org.apache.aut.manifest.Attribute;
  -import org.apache.aut.manifest.ManifestException;
  -import org.apache.aut.manifest.ManifestUtil;
   
   /**
    * Class to represent an individual section in the Manifest. A section
  @@ -26,7 +23,7 @@
    * @author <a href="mailto:conor@apache.org">Conor MacNeill</a>
    * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.4 $ $Date: 2002/02/10 00:27:10 $
  + * @version $Revision: 1.5 $ $Date: 2002/03/03 06:40:54 $
    */
   public class Section
   {
  
  
  

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