Browse Source

Make compile.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272259 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
166d4044e1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      proposal/myrmidon/src/java/org/apache/antlib/core/PropertyDump.java

+ 2
- 0
proposal/myrmidon/src/java/org/apache/antlib/core/PropertyDump.java View File

@@ -10,6 +10,7 @@ package org.apache.antlib.core;
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
@@ -45,6 +46,7 @@ public class PropertyDump
* Printout all the properties in ant runtime.
*/
public void execute()
throws TaskException
{
final Map properties = getContext().getProperties();
final Iterator iterator = properties.keySet().iterator();


Loading…
Cancel
Save