You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/03/07 01:09:36 UTC

svn commit: r919886 - in /openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans: ./ openwebbeans.properties

Author: gerdogdu
Date: Sun Mar  7 00:09:36 2010
New Revision: 919886

URL: http://svn.apache.org/viewvc?rev=919886&view=rev
Log:
[OWB-320] Remove Java EE Dependencies from WebBeans Core

Added:
    openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/
    openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties   (with props)

Added: openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=919886&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties (added)
+++ openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties Sun Mar  7 00:09:36 2010
@@ -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 default configuration for OpenWebBeans
+#
+# The default configuration is intended for a JDK and a simple ServletContainer
+# like jetty, resin or tomcat.
+# 
+#---------------------------------------------------------------
+
+#################################### JMS ConnectionFactory JNDI Name ###########################
+# JMS ConnectionFactory instance global jndi name.
+org.apache.webbeans.spi.JNDIService.jmsConnectionFactoryJndi=ConnectionFactory
+################################################################################################
\ No newline at end of file

Propchange: openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
------------------------------------------------------------------------------
    svn:eol-style = native