You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/04/07 04:20:47 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core PropertyDump.java

adammurdoch    02/04/06 18:20:47

  Modified:    proposal/myrmidon/src/java/org/apache/antlib/core
                        PropertyDump.java
  Log:
  Make compile.
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/PropertyDump.java
  
  Index: PropertyDump.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/core/PropertyDump.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyDump.java	23 Mar 2002 05:02:52 -0000	1.4
  +++ PropertyDump.java	7 Apr 2002 02:20:47 -0000	1.5
  @@ -10,6 +10,7 @@
   import java.util.Iterator;
   import java.util.Map;
   import org.apache.myrmidon.api.AbstractTask;
  +import org.apache.myrmidon.api.TaskException;
   
   /**
    * This is a simple task used to dump out all the proeprtys in the
  @@ -17,7 +18,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @author <a href="mailto:jimcook@visualxs.com">Jim Cook</a>
  - * @version $Revision: 1.4 $ $Date: 2002/03/23 05:02:52 $
  + * @version $Revision: 1.5 $ $Date: 2002/04/07 02:20:47 $
    * @ant.task name="property-dump"
    * @todo Consider moving to new antlib
    */
  @@ -45,6 +46,7 @@
        * Printout all the properties in ant runtime.
        */
       public void execute()
  +        throws TaskException
       {
           final Map properties = getContext().getProperties();
           final Iterator iterator = properties.keySet().iterator();
  
  
  

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