Browse Source

*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270270 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
8597e4b047
4 changed files with 4 additions and 4 deletions
  1. +2
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java
  2. +0
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/types/Environment.java
  3. +2
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/file/Delete.java
  4. +0
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/types/Environment.java

+ 2
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java View File

@@ -33,7 +33,8 @@ import org.apache.tools.ant.types.PatternSet;
* </a> * </a>
* @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> * @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a>
*/ */
public class Delete extends MatchingTask
public class Delete
extends MatchingTask
{ {
protected File file = null; protected File file = null;
protected File dir = null; protected File dir = null;


+ 0
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/types/Environment.java View File

@@ -17,7 +17,6 @@ import org.apache.myrmidon.api.TaskException;
*/ */
public class Environment public class Environment
{ {

protected Vector variables; protected Vector variables;


public Environment() public Environment()


+ 2
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/file/Delete.java View File

@@ -33,7 +33,8 @@ import org.apache.tools.ant.types.PatternSet;
* </a> * </a>
* @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> * @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a>
*/ */
public class Delete extends MatchingTask
public class Delete
extends MatchingTask
{ {
protected File file = null; protected File file = null;
protected File dir = null; protected File dir = null;


+ 0
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/types/Environment.java View File

@@ -17,7 +17,6 @@ import org.apache.myrmidon.api.TaskException;
*/ */
public class Environment public class Environment
{ {

protected Vector variables; protected Vector variables;


public Environment() public Environment()


Loading…
Cancel
Save