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 E710B18133 for ; Tue, 19 May 2015 10:06:33 +0000 (UTC) Received: (qmail 43506 invoked by uid 500); 19 May 2015 10:06:33 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 43440 invoked by uid 500); 19 May 2015 10:06:33 -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 43431 invoked by uid 99); 19 May 2015 10:06:33 -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; Tue, 19 May 2015 10:06:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B07E3E0914; Tue, 19 May 2015 10:06:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Message-Id: <875331d1e7454657aa8d74213b2937f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-6411] Adding few blueprint.handlers resource, test to be optimized later Date: Tue, 19 May 2015 10:06:33 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master b5da9e9c4 -> a23355b0f [CXF-6411] Adding few blueprint.handlers resource, test to be optimized later Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a23355b0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a23355b0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a23355b0 Branch: refs/heads/master Commit: a23355b0f42f0537dbefe3971986be6aca867940 Parents: b5da9e9 Author: Sergey Beryozkin Authored: Tue May 19 11:06:18 2015 +0100 Committer: Sergey Beryozkin Committed: Tue May 19 11:06:18 2015 +0100 ---------------------------------------------------------------------- .../main/resources/META-INF/blueprint.handlers | 22 ++++++++++++++++++++ .../main/resources/META-INF/blueprint.handlers | 22 ++++++++++++++++++++ .../main/resources/META-INF/blueprint.handlers | 22 ++++++++++++++++++++ 3 files changed, 66 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a23355b0/core/src/main/resources/META-INF/blueprint.handlers ---------------------------------------------------------------------- diff --git a/core/src/main/resources/META-INF/blueprint.handlers b/core/src/main/resources/META-INF/blueprint.handlers new file mode 100644 index 0000000..f03ee6c --- /dev/null +++ b/core/src/main/resources/META-INF/blueprint.handlers @@ -0,0 +1,22 @@ +# +# +# 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.cxf.internal.CXFAPINamespaceHandler + http://git-wip-us.apache.org/repos/asf/cxf/blob/a23355b0/rt/frontend/jaxrs/src/main/resources/META-INF/blueprint.handlers ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/src/main/resources/META-INF/blueprint.handlers b/rt/frontend/jaxrs/src/main/resources/META-INF/blueprint.handlers new file mode 100644 index 0000000..7ce054f --- /dev/null +++ b/rt/frontend/jaxrs/src/main/resources/META-INF/blueprint.handlers @@ -0,0 +1,22 @@ +# +# +# 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.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler + http://git-wip-us.apache.org/repos/asf/cxf/blob/a23355b0/rt/frontend/jaxws/src/main/resources/META-INF/blueprint.handlers ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/src/main/resources/META-INF/blueprint.handlers b/rt/frontend/jaxws/src/main/resources/META-INF/blueprint.handlers new file mode 100644 index 0000000..e8f194c --- /dev/null +++ b/rt/frontend/jaxws/src/main/resources/META-INF/blueprint.handlers @@ -0,0 +1,22 @@ +# +# +# 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.cxf.jaxws.blueprint.JAXWSBPNamespaceHandler +