Author: simonetripodi
Date: Sun Feb 20 01:36:02 2011
New Revision: 1072474

URL: http://svn.apache.org/viewvc?rev=1072474&view=rev
Log:
fixed instructions on readme

Modified:
    commons/sandbox/digester3/trunk/src/examples/addressbook/readme.txt
    commons/sandbox/digester3/trunk/src/examples/catalog/readme.txt

Modified: commons/sandbox/digester3/trunk/src/examples/addressbook/readme.txt
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/addressbook/readme.txt?rev=1072474&r1=1072473&r2=1072474&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/addressbook/readme.txt 
(original)
+++ commons/sandbox/digester3/trunk/src/examples/addressbook/readme.txt Sun Feb 
20 01:36:02 2011
@@ -43,7 +43,7 @@ directory:
   mvn compile
 
 * to build the jar artifact
-  mvn compile
+  mvn package
 
 * to run:
   mvn verify

Modified: commons/sandbox/digester3/trunk/src/examples/catalog/readme.txt
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/catalog/readme.txt?rev=1072474&r1=1072473&r2=1072474&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/catalog/readme.txt (original)
+++ commons/sandbox/digester3/trunk/src/examples/catalog/readme.txt Sun Feb 20 
01:36:02 2011
@@ -46,7 +46,7 @@ directory:
   mvn compile
 
 * to build the jar artifact
-  mvn compile
+  mvn package
 
 * to run:
   mvn verify


Reply via email to