From aa4d22adfbe8573cba8dba31e2085056807e0efb Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 17 Jun 2001 01:36:56 +0000 Subject: [PATCH] Moved Echo int myrmidon tree. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269202 13f79535-47bb-0310-9956-ffa450edef68 --- .../{ant/modules/basic => myrmidon/libs/core}/Echo.java | 6 +++--- proposal/myrmidon/src/manifest/core-ant-descriptor.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename proposal/myrmidon/src/java/org/apache/{ant/modules/basic => myrmidon/libs/core}/Echo.java (89%) diff --git a/proposal/myrmidon/src/java/org/apache/ant/modules/basic/Echo.java b/proposal/myrmidon/src/java/org/apache/myrmidon/libs/core/Echo.java similarity index 89% rename from proposal/myrmidon/src/java/org/apache/ant/modules/basic/Echo.java rename to proposal/myrmidon/src/java/org/apache/myrmidon/libs/core/Echo.java index feee9746a..66f138ff4 100644 --- a/proposal/myrmidon/src/java/org/apache/ant/modules/basic/Echo.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/libs/core/Echo.java @@ -5,10 +5,10 @@ * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ -package org.apache.ant.modules.basic; +package org.apache.myrmidon.libs.core; -import org.apache.myrmidon.api.TaskException; import org.apache.myrmidon.api.AbstractTask; +import org.apache.myrmidon.api.TaskException; /** * This is the echo task to display a message. @@ -18,7 +18,7 @@ import org.apache.myrmidon.api.AbstractTask; public class Echo extends AbstractTask { - protected String m_message; + private String m_message; public void setMessage( final String message ) { diff --git a/proposal/myrmidon/src/manifest/core-ant-descriptor.xml b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml index 0d36c0477..6a1c39362 100644 --- a/proposal/myrmidon/src/manifest/core-ant-descriptor.xml +++ b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml @@ -3,7 +3,7 @@ - +