Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 807E610ED7 for ; Wed, 20 May 2015 19:53:32 +0000 (UTC) Received: (qmail 16210 invoked by uid 500); 20 May 2015 19:53:32 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 16149 invoked by uid 500); 20 May 2015 19:53:32 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 16138 invoked by uid 99); 20 May 2015 19:53:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 19:53:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 176B7DFBDC; Wed, 20 May 2015 19:53:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Message-Id: <198f7cfbf30e4ec69d6c980aa6514694@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Update systests/ws-security-examples to work with surefure 2.18.1 Date: Wed, 20 May 2015 19:53:32 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master 4772f9562 -> 3520a87c8 Update systests/ws-security-examples to work with surefure 2.18.1 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3520a87c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3520a87c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3520a87c Branch: refs/heads/master Commit: 3520a87c8b207f911cdd5e139cc84f2d20634a4e Parents: 4772f95 Author: Daniel Kulp Authored: Wed May 20 15:53:14 2015 -0400 Committer: Daniel Kulp Committed: Wed May 20 15:53:14 2015 -0400 ---------------------------------------------------------------------- .../cxf/systest/wssec/examples/saml/server.xml | 24 ++++++++++---------- .../systest/wssec/examples/saml/stax-server.xml | 22 +++++++++--------- .../systest/wssec/examples/secconv/server.xml | 2 +- .../wssec/examples/secconv/stax-server.xml | 2 +- .../wssec/examples/sts/cxf-symmetric.xml | 2 +- .../cxf/systest/wssec/examples/ut/server.xml | 16 ++++++------- .../systest/wssec/examples/ut/stax-server.xml | 16 ++++++------- .../cxf/systest/wssec/examples/x509/server.xml | 8 +++---- .../systest/wssec/examples/x509/stax-server.xml | 8 +++---- 9 files changed, 50 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml index 354214f..e493e9f 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml @@ -30,22 +30,22 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -70,17 +70,17 @@ - + - + - + @@ -91,7 +91,7 @@ - + @@ -100,11 +100,11 @@ - + - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml index 984d095..04a3253 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml @@ -30,25 +30,25 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -76,19 +76,19 @@ - + - + - + @@ -100,7 +100,7 @@ - + @@ -114,7 +114,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml index 3edcb4d..1f68f6c 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml @@ -25,7 +25,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml index eda8d81..30dcf62 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml @@ -25,7 +25,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml index 61bd8d6..1cc7a0a 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml @@ -48,7 +48,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml index 748658b..955d044 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml @@ -25,27 +25,27 @@ - + - + - + - + - + @@ -53,13 +53,13 @@ - + - + @@ -71,7 +71,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml index 0cb9e19..8f20fa4 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml @@ -25,31 +25,31 @@ - + - + - + - + - + @@ -58,14 +58,14 @@ - + - + @@ -78,7 +78,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml index b30bdaa..b509e0d 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml @@ -25,7 +25,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + http://git-wip-us.apache.org/repos/asf/cxf/blob/3520a87c/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/stax-server.xml ---------------------------------------------------------------------- diff --git a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/stax-server.xml b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/stax-server.xml index c3cf0b2..65272b0 100644 --- a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/stax-server.xml +++ b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/stax-server.xml @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -52,7 +52,7 @@ - +