Author: brett
Date: Sun Apr 24 17:38:43 2005
New Revision: 164510
URL: http://svn.apache.org/viewcvs?rev=164510&view=rev
Log:
PR: MAVEN-1599
fix typo
Modified:
maven/components/trunk/maven-site/src/site/xdoc/developing-plugins-with-marmalade.xml
Modified:
maven/components/trunk/maven-site/src/site/xdoc/developing-plugins-with-marmalade.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/developing-plugins-with-marmalade.xml?rev=164510&r1=164509&r2=164510&view=diff
==============================================================================
---
maven/components/trunk/maven-site/src/site/xdoc/developing-plugins-with-marmalade.xml
(original)
+++
maven/components/trunk/maven-site/src/site/xdoc/developing-plugins-with-marmalade.xml
Sun Apr 24 17:38:43 2005
@@ -213,7 +213,7 @@
<mojo xmlns="marmalade:mojo">
<metadata>
<id>hello</id>
- <goal>hello</goal
+ <goal>hello</goal>
<description>Say Hello to the World.</description>
</metadata>
<execute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]