diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/Echo.java b/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java similarity index 90% rename from proposal/myrmidon/src/java/org/apache/antlib/core/Echo.java rename to proposal/myrmidon/src/java/org/apache/antlib/core/Log.java index 2da31ae51..e5390a4cd 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/Echo.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java @@ -11,11 +11,11 @@ import org.apache.myrmidon.api.AbstractTask; import org.apache.myrmidon.api.TaskException; /** - * This is the echo task to display a message. + * This is a task used to log messages in the build file. * * @author Peter Donald */ -public class Echo +public class Log extends AbstractTask { private String m_message; diff --git a/proposal/myrmidon/src/make/primitive-tests.ant b/proposal/myrmidon/src/make/primitive-tests.ant index 356efa619..f4b3e28bf 100644 --- a/proposal/myrmidon/src/make/primitive-tests.ant +++ b/proposal/myrmidon/src/make/primitive-tests.ant @@ -6,7 +6,7 @@ Basic tests build file Authors: - Peter Donald + Peter Donald Legal: Copyright (c) 2000 The Apache Software Foundation. All Rights Reserved. @@ -26,24 +26,24 @@ Legal: - - + + - + - + - + 123 - + diff --git a/proposal/myrmidon/src/make/sample.ant b/proposal/myrmidon/src/make/sample.ant index 7e9e785d0..2d2ce8616 100644 --- a/proposal/myrmidon/src/make/sample.ant +++ b/proposal/myrmidon/src/make/sample.ant @@ -26,7 +26,7 @@ Legal: - @@ -34,16 +34,16 @@ Legal: - + - - + @@ -51,11 +51,11 @@ Legal: source-type="java.lang.String" destination-type="java.lang.Class" lib="../../dist/lib/core.atl" /> - + - + - + Test case for aspects - + - + @@ -104,7 +104,7 @@ Legal: diff --git a/proposal/myrmidon/src/make/template-simple.ati b/proposal/myrmidon/src/make/template-simple.ati index ba5246101..bfce905b6 100644 --- a/proposal/myrmidon/src/make/template-simple.ati +++ b/proposal/myrmidon/src/make/template-simple.ati @@ -9,11 +9,11 @@ - - - - - + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/make/template-simple.xsl b/proposal/myrmidon/src/make/template-simple.xsl index 4c1e87977..b0212186a 100644 --- a/proposal/myrmidon/src/make/template-simple.xsl +++ b/proposal/myrmidon/src/make/template-simple.xsl @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/proposal/myrmidon/src/manifest/core-ant-descriptor.xml b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml index 374f3c01b..314b704e9 100644 --- a/proposal/myrmidon/src/manifest/core-ant-descriptor.xml +++ b/proposal/myrmidon/src/manifest/core-ant-descriptor.xml @@ -3,7 +3,7 @@ - +