You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2011/12/28 13:05:59 UTC

[2/3] git commit: DELTASPIKE-17 activate BeanManagerProvider Extension

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 <st...@apache.org>
Authored: Wed Dec 28 12:34:17 2011 +0100
Committer: Mark Struberg <st...@apache.org>
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