You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/04/24 09:36:06 UTC

svn commit: r768202 - /tuscany/maven-plugins/trunk/maven-zip-plugin/README

Author: slaws
Date: Fri Apr 24 07:36:05 2009
New Revision: 768202

URL: http://svn.apache.org/viewvc?rev=768202&view=rev
Log:
Fix a couple of typos

Modified:
    tuscany/maven-plugins/trunk/maven-zip-plugin/README

Modified: tuscany/maven-plugins/trunk/maven-zip-plugin/README
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-zip-plugin/README?rev=768202&r1=768201&r2=768202&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-zip-plugin/README (original)
+++ tuscany/maven-plugins/trunk/maven-zip-plugin/README Fri Apr 24 07:36:05 2009
@@ -1,7 +1,7 @@
 This module is a Maven plugin which supports using a packaging of zip in a pom.xml to 
 create a zip format SCA contribution.
 
-An exmaple pom.xml:
+An example pom.xml:
    <packaging>zip</packaging>
    ... 
    <build>
@@ -17,7 +17,7 @@
    </build>
 
 
-To build, from the top maven-zip-plugin run maven:
+To build, from the top maven-zip-plugin directory run maven:
 
 mvn
 
@@ -26,7 +26,7 @@
 mvn clean install -o
 
 So as to avoid the Tuscany SCA project using SNAPSHOT dependencies any changes
-to this maven-eclipse-compiler module should be released and the Tuscany SCA
+to this maven-zip-plugin module should be released and the Tuscany SCA
 project updated to use the newly released version.
 
 To release this module: