You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2011/07/07 04:01:04 UTC

svn commit: r1143628 - /cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt

Author: ffang
Date: Thu Jul  7 02:01:04 2011
New Revision: 1143628

URL: http://svn.apache.org/viewvc?rev=1143628&view=rev
Log:
[3636]aegis_standalone sample README.txt isn't correct

Modified:
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt?rev=1143628&r1=1143627&r2=1143628&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/aegis_standalone/README.txt Thu Jul  7 02:01:04 2011
@@ -38,7 +38,8 @@ located), the pom.xml file is used to bu
 Using either UNIX or Windows:
 
   mvn install   (builds the demo)
-  mvn -Prun  (from one command line window)
+  mvn -Pwrite  (from one command line window)
+  mvn -Pread  (from one command line window)
 
 
 To remove the generated code, run "mvn clean".