You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/08/28 14:44:49 UTC

svn commit: r1162507 - in /openwebbeans/trunk: webbeans-el10/src/main/resources/META-INF/openwebbeans/ webbeans-impl/src/main/resources/META-INF/openwebbeans/

Author: struberg
Date: Sun Aug 28 12:44:48 2011
New Revision: 1162507

URL: http://svn.apache.org/viewvc?rev=1162507&view=rev
Log:
OWB-608 add missing openwebbeans.properties to activate EL10Adaptor

Added:
    openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/
    openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
Modified:
    openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

Added: openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1162507&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/openwebbeans.properties (added)
+++ openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/openwebbeans/openwebbeans.properties Sun Aug 28 12:44:48 2011
@@ -0,0 +1,28 @@
+#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.
+#---------------------------------------------------------------
+# The Unified EL-1.0 configuration for OpenWebBeans
+#
+#---------------------------------------------------------------
+
+
+configuration.ordinal= 15
+
+################################### Default EL Adaptor ####################################
+#Default implementation of org.apache.webbeans.spi.adaptor.ELAdaptor
+org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el10.EL10Adaptor
+################################################################################################

Modified: openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1162507&r1=1162506&r2=1162507&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties (original)
+++ openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties Sun Aug 28 12:44:48 2011
@@ -46,7 +46,7 @@ org.apache.webbeans.spi.ScannerService=o
 ################################################################################################
 
 ################################### Default EL Adaptor ####################################
-#Default implementation oforg.apache.webbeans.spi.adaptor.ELAdaptor
+#Default implementation of org.apache.webbeans.spi.adaptor.ELAdaptor
 org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el.el22.EL22Adaptor
 ################################################################################################