Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 4c8e65baa -> 13eec16d2
Removing files that aren't needed Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/13eec16d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/13eec16d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/13eec16d Branch: refs/heads/3.0.x-fixes Commit: 13eec16d2227f68538846b69f66f28cd301c605f Parents: 4c8e65b Author: Colm O hEigeartaigh <[email protected]> Authored: Tue May 17 16:35:45 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue May 17 16:37:44 2016 +0100 ---------------------------------------------------------------------- .../src/main/resources/etc/Client_Sign.properties | 6 ------ .../main/resources/etc/Server_SignVerf.properties | 5 ----- .../src/main/resources/keystore/client-keystore.jks | Bin 1344 -> 0 bytes .../main/resources/keystore/server-truststore.jks | Bin 639 -> 0 bytes 4 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/13eec16d/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Client_Sign.properties ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Client_Sign.properties b/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Client_Sign.properties deleted file mode 100644 index 55ee060..0000000 --- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Client_Sign.properties +++ /dev/null @@ -1,6 +0,0 @@ -org.apache.ws.security.crypto.provider=org.apache.wss4j.common.crypto.Merlin -org.apache.ws.security.crypto.merlin.keystore.type=jks -org.apache.ws.security.crypto.merlin.keystore.password=storepassword -org.apache.ws.security.crypto.merlin.keystore.alias=clientx509v1 -org.apache.ws.security.crypto.merlin.keystore.file=keystore/client-keystore.jks - http://git-wip-us.apache.org/repos/asf/cxf/blob/13eec16d/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Server_SignVerf.properties ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Server_SignVerf.properties b/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Server_SignVerf.properties deleted file mode 100644 index c06ac2c..0000000 --- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/etc/Server_SignVerf.properties +++ /dev/null @@ -1,5 +0,0 @@ -org.apache.ws.security.crypto.provider=org.apache.wss4j.common.crypto.Merlin -org.apache.ws.security.crypto.merlin.keystore.type=jks -org.apache.ws.security.crypto.merlin.keystore.password=storepassword -org.apache.ws.security.crypto.merlin.keystore.alias=clientx509v1 -org.apache.ws.security.crypto.merlin.keystore.file=keystore/server-truststore.jks http://git-wip-us.apache.org/repos/asf/cxf/blob/13eec16d/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/client-keystore.jks ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/client-keystore.jks b/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/client-keystore.jks deleted file mode 100644 index bc744f9..0000000 Binary files a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/client-keystore.jks and /dev/null differ http://git-wip-us.apache.org/repos/asf/cxf/blob/13eec16d/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/server-truststore.jks ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/server-truststore.jks b/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/server-truststore.jks deleted file mode 100644 index 2447028..0000000 Binary files a/distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/keystore/server-truststore.jks and /dev/null differ
