You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2010/11/15 12:47:30 UTC

svn commit: r1035233 - in /cxf/branches/2.3.x-fixes: ./ distribution/src/main/release/samples/jax_rs/spring_security/ distribution/src/main/release/samples/ws_security/interopfest/wssc/ distribution/src/main/release/samples/ws_security/interopfest/wsse...

Author: ningjiang
Date: Mon Nov 15 11:47:29 2010
New Revision: 1035233

URL: http://svn.apache.org/viewvc?rev=1035233&view=rev
Log:
Merged revisions 1035220 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1035220 | ningjiang | 2010-11-15 18:55:16 +0800 (Mon, 15 Nov 2010) | 1 line
  
  Update the examples module name
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Nov 15 11:47:29 2010
@@ -1 +1 @@
-/cxf/trunk:1031124-1031158,1031210,1034113,1034165,1034637
+/cxf/trunk:1031124-1031158,1031210,1034113,1034165,1034637,1035220

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Nov 15 11:47:29 2010
@@ -1 +1 @@
-/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637
+/cxf/trunk:1-1022155,1022157-1023401,1023420-1030540,1030542-1031074,1031076-1033529,1033531,1033533-1033888,1033890-1033925,1033927-1034174,1034637,1035220

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml Mon Nov 15 11:47:29 2010
@@ -20,6 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
+    <name>JAX-RS Spring Security Demo</name>
     <artifactId>jax_rs_spring_security</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml Mon Nov 15 11:47:29 2010
@@ -19,6 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples.interopfest</groupId>
+    <name>CXF Interopfest WS-SC Demo </name>
     <artifactId>ws-sc</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml Mon Nov 15 11:47:29 2010
@@ -19,6 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples.interopfest</groupId>
+    <name>CXF Interopfest WS-SEC10 Demo</name>
     <artifactId>ws-sec10</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml Mon Nov 15 11:47:29 2010
@@ -19,6 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples.interopfest</groupId>
+    <name>CXF Interopfest WS-SEC11 Demo</name>
     <artifactId>ws-sec11</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml Mon Nov 15 11:47:29 2010
@@ -19,6 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples.interopfest</groupId>
+    <name>CXF Interopfest WS-TRUST10 Demo</name>
     <artifactId>ws-trust10</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml Mon Nov 15 11:47:29 2010
@@ -19,6 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples.interopfest</groupId>
+    <name>CXF Interopfest WS-TRUST13 Demo</name>
     <artifactId>ws-trust13</artifactId>
     <version>2.3.1-SNAPSHOT</version>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml Mon Nov 15 11:47:29 2010
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_sign_enc</artifactId>
-    <name>WS-Security Demo</name>
+    <name>CXF WS-Security Sign Encoding Demo</name>
     <version>2.3.1-SNAPSHOT</version>
 
     <parent>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Mon Nov 15 11:47:29 2010
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut</artifactId>
-    <name>WS-Security Demo</name>
+    <name>CXF WS-Security UT Demo</name>
     <version>2.3.1-SNAPSHOT</version>
 
     <parent>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Mon Nov 15 11:47:29 2010
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut_policy</artifactId>
-    <name>WS-Security Demo</name>
+    <name>WS-Security UT Policy Demo</name>
     <version>2.3.1-SNAPSHOT</version>
 
     <parent>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1035233&r1=1035232&r2=1035233&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Mon Nov 15 11:47:29 2010
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut_sign</artifactId>
-    <name>WS-Security Demo</name>
+    <name>WS-Security UT Sign Demo</name>
     <version>2.3.1-SNAPSHOT</version>
 
     <parent>