Return-Path: X-Original-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93C769A97 for ; Wed, 28 Dec 2011 12:06:21 +0000 (UTC) Received: (qmail 12974 invoked by uid 500); 28 Dec 2011 12:06:21 -0000 Delivered-To: apmail-incubator-deltaspike-commits-archive@incubator.apache.org Received: (qmail 12939 invoked by uid 500); 28 Dec 2011 12:06:21 -0000 Mailing-List: contact deltaspike-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-commits@incubator.apache.org Received: (qmail 12932 invoked by uid 99); 28 Dec 2011 12:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 12:06:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 12:06:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5E47E3147CA; Wed, 28 Dec 2011 12:05:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: struberg@apache.org To: deltaspike-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: DELTASPIKE-17 activate BeanManagerProvider Extension Message-Id: <20111228120559.5E47E3147CA@tyr.zones.apache.org> Date: Wed, 28 Dec 2011 12:05:59 +0000 (UTC) DELTASPIKE-17 activate BeanManagerProvider Extension Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/58f0c914 Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/58f0c914 Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/58f0c914 Branch: refs/heads/master Commit: 58f0c914d0c980dde15ba0e9bdff2e13328dd54b Parents: d71bd61 Author: Mark Struberg Authored: Wed Dec 28 12:34:17 2011 +0100 Committer: Mark Struberg Committed: Wed Dec 28 12:34:17 2011 +0100 ---------------------------------------------------------------------- .../services/javax.enterprise.inject.spi.Extension | 21 +++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/58f0c914/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension ---------------------------------------------------------------------- diff --git a/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension b/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension new file mode 100644 index 0000000..04b9fc9 --- /dev/null +++ b/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension @@ -0,0 +1,21 @@ +##################################################################################### +# 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. +##################################################################################### + +# DeltaSpike BeanManager provider +org.apache.deltaspike.api.provider.BeanManagerProvider