Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 43caf8316 -> b1c554355
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/b1c55435 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b1c55435 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b1c55435 Branch: refs/heads/3.1.x-fixes Commit: b1c5543553c5e97d4919a304ea622ba59c030db7 Parents: 43caf83 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:36:11 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/b1c55435/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/b1c55435/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/b1c55435/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/b1c55435/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
