Author: brett
Date: Thu Jun  2 17:47:00 2005
New Revision: 179687

URL: http://svn.apache.org/viewcvs?rev=179687&view=rev
Log:
update mojo

Modified:
    
maven/components/trunk/examples/maven-hello-plugin/src/main/scripts/hello.mmld

Modified: 
maven/components/trunk/examples/maven-hello-plugin/src/main/scripts/hello.mmld
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/examples/maven-hello-plugin/src/main/scripts/hello.mmld?rev=179687&r1=179686&r2=179687&view=diff
==============================================================================
--- 
maven/components/trunk/examples/maven-hello-plugin/src/main/scripts/hello.mmld 
(original)
+++ 
maven/components/trunk/examples/maven-hello-plugin/src/main/scripts/hello.mmld 
Thu Jun  2 17:47:00 2005
@@ -1,12 +1,11 @@
 <mojo xmlns="marmalade:mojo">
   <metadata>
-    <id>hello</id>
     <goal>hello</goal>
     <description>Say hello to the world.</description>
     <parameters>
       <parameter>
         <name>salutation</name>
-        <expression>#salutation</expression>
+        <expression>${salutation}</expression>
         <default>Hello</default>
         <description>The salutation to use when saying hello.</description>
       </parameter>
@@ -18,4 +17,4 @@
 ${salutation}, World.
 </c:out>
   </execute>
-</mojo>
\ No newline at end of file
+</mojo>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to