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:46:23 UTC

svn commit: r768207 - /tuscany/maven-plugins/trunk/maven-tuscany-plugin/README

Author: slaws
Date: Fri Apr 24 07:46:23 2009
New Revision: 768207

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

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

Modified: tuscany/maven-plugins/trunk/maven-tuscany-plugin/README
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-tuscany-plugin/README?rev=768207&r1=768206&r2=768207&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-tuscany-plugin/README (original)
+++ tuscany/maven-plugins/trunk/maven-tuscany-plugin/README Fri Apr 24 07:46:23 2009
@@ -1,6 +1,6 @@
 This module is a Maven plugin for starting a Tuscany runtime which runs the project as an SCA contribution.
 
-To congfigure the porject add the following to the pom.xml:
+To configure the project add the following to the pom.xml:
 
    <build>
       ...
@@ -28,7 +28,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-tuscany-plugin module should be released and the Tuscany SCA
 project updated to use the newly released version.
 
 To release this module: