You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2011/10/30 02:05:48 UTC

svn commit: r1195084 - in /cxf/trunk/distribution/src/main/release/samples/sts: README.txt pom.xml wsdl/hello_world.wsdl wsdl/ws-trust-1.4-service.wsdl

Author: gmazza
Date: Sun Oct 30 01:05:47 2011
New Revision: 1195084

URL: http://svn.apache.org/viewvc?rev=1195084&view=rev
Log:
various cleanups to new STS sample

Modified:
    cxf/trunk/distribution/src/main/release/samples/sts/README.txt
    cxf/trunk/distribution/src/main/release/samples/sts/pom.xml
    cxf/trunk/distribution/src/main/release/samples/sts/wsdl/hello_world.wsdl
    cxf/trunk/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl

Modified: cxf/trunk/distribution/src/main/release/samples/sts/README.txt
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/sts/README.txt?rev=1195084&r1=1195083&r2=1195084&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/sts/README.txt (original)
+++ cxf/trunk/distribution/src/main/release/samples/sts/README.txt Sun Oct 30 01:05:47 2011
@@ -14,18 +14,6 @@ the associated secret key to sign variou
 
 Please review the README in the samples directory before continuing.
 
-
-Prerequisite
-------------
-
-If your environment already includes cxf-manifest.jar on the CLASSPATH,
-and the JDK and ant bin directories on the PATH, it is not necessary to
-run the environment script described in the samples directory README.
-If your environment is not properly configured, or if you are planning
-on using wsdl2java, javac, and java to build and run the demos, you must
-set the environment by running the script.
-
-
 *** Requirements ***
 
 The samples in this directory use STRONG encryption.  The default encryption algorithms

Modified: cxf/trunk/distribution/src/main/release/samples/sts/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/sts/pom.xml?rev=1195084&r1=1195083&r2=1195084&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/sts/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/sts/pom.xml Sun Oct 30 01:05:47 2011
@@ -120,6 +120,13 @@
                     </plugin>
                 </plugins>
             </build>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.cxf.services.sts</groupId>
+                    <artifactId>cxf-services-sts-core</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+            </dependencies>
         </profile>
         <profile>
             <id>server</id>
@@ -202,11 +209,5 @@
             <artifactId>cxf-rt-ws-policy</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.cxf.services.sts</groupId>
-            <artifactId>cxf-services-sts-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        
     </dependencies>
 </project>

Modified: cxf/trunk/distribution/src/main/release/samples/sts/wsdl/hello_world.wsdl
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/sts/wsdl/hello_world.wsdl?rev=1195084&r1=1195083&r2=1195084&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/sts/wsdl/hello_world.wsdl (original)
+++ cxf/trunk/distribution/src/main/release/samples/sts/wsdl/hello_world.wsdl Sun Oct 30 01:05:47 2011
@@ -144,7 +144,7 @@
 						<sp:OnlySignEntireHeadersAndBody />
 						<sp:AlgorithmSuite>
 							<wsp:Policy>
-								<sp:Basic128 />
+								<sp:Basic256 />
 							</wsp:Policy>
 						</sp:AlgorithmSuite>
 					</wsp:Policy>

Modified: cxf/trunk/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl?rev=1195084&r1=1195083&r2=1195084&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl (original)
+++ cxf/trunk/distribution/src/main/release/samples/sts/wsdl/ws-trust-1.4-service.wsdl Sun Oct 30 01:05:47 2011
@@ -207,7 +207,7 @@
                   </sp:ProtectionToken>
                   <sp:AlgorithmSuite>
                      <wsp:Policy>
-                        <sp:Basic128 />
+                        <sp:Basic256 />
                      </wsp:Policy>
                   </sp:AlgorithmSuite>
                   <sp:Layout>
@@ -310,4 +310,4 @@
       </wsp:ExactlyOne>
    </wsp:Policy>
 
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>