Removing unused files
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/91f5eddb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/91f5eddb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/91f5eddb Branch: refs/heads/3.0.x-fixes Commit: 91f5eddb5f5e75afbbb5f478f91d01566e9ce996 Parents: ca2908b Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Sep 9 18:20:06 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Sep 9 18:20:06 2015 +0100 ---------------------------------------------------------------------- .../cxf/systest/ws/security/alice.properties | 23 -------------------- .../cxf/systest/ws/security/bob.properties | 23 -------------------- 2 files changed, 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/91f5eddb/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/alice.properties ---------------------------------------------------------------------- diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/alice.properties b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/alice.properties deleted file mode 100644 index 20b2bbf..0000000 --- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/alice.properties +++ /dev/null @@ -1,23 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin -org.apache.ws.security.crypto.merlin.keystore.type=jks -org.apache.ws.security.crypto.merlin.keystore.password=password -org.apache.ws.security.crypto.merlin.keystore.alias=alice -org.apache.ws.security.crypto.merlin.keystore.file=org/apache/cxf/systest/ws/security/alice.jks http://git-wip-us.apache.org/repos/asf/cxf/blob/91f5eddb/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/bob.properties ---------------------------------------------------------------------- diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/bob.properties b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/bob.properties deleted file mode 100644 index edd3f27..0000000 --- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/bob.properties +++ /dev/null @@ -1,23 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin -org.apache.ws.security.crypto.merlin.keystore.type=jks -org.apache.ws.security.crypto.merlin.keystore.password=password -org.apache.ws.security.crypto.merlin.keystore.alias=bob -org.apache.ws.security.crypto.merlin.keystore.file=org/apache/cxf/systest/ws/security/bob.jks
