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:10:31 UTC

svn commit: r1143631 - /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt

Author: ffang
Date: Thu Jul  7 02:10:30 2011
New Revision: 1143631

URL: http://svn.apache.org/viewvc?rev=1143631&view=rev
Log:
[CXF-3637]wsdl_first_https README.txt isn't correct

Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt?rev=1143631&r1=1143630&r2=1143631&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Thu Jul  7 02:10:30 2011
@@ -30,11 +30,11 @@ located), the maven pom.xml file can be 
 
 In separate windows:
   mvn -Pserver (starts the server)
-  mvn -Psecure.client (runs the client in secure mode, Scenario 2)
   mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1)
-  mvn -Pinsecure.client.non.secure (runs the client in secure mode, Scenario 3)
-  mvn -Psecure.client.non.secure (runs the client in secure mode, Scenario 4)
-  mvn clean (removes all generated and compiled classes)
+  mvn -Psecure.client (runs the client in secure mode, Scenario 2)
+  mvn -Pinsecure.client.non.spring (runs the client in insecure mode without spring configuration, Scenario 3)
+  mvn -Psecure.client.non.spring (runs the client in secure mode without spring configuration, Scenario 4)
+  mvn clean (removes all generated and compiled classes)"
 
 
 Building and running the demo using Ant