You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/08/26 15:47:40 UTC

svn commit: r830187 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/cdi-realm/src/main/webapp/META-INF/context.xml

Author: buildbot
Date: Sun Aug 26 13:47:40 2012
New Revision: 830187

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/cdi-realm/src/main/webapp/META-INF/context.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 26 13:47:40 2012
@@ -1 +1 @@
-1377439
+1377440

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 26 13:47:40 2012
@@ -1 +1 @@
-1377439
+1377440

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-realm/src/main/webapp/META-INF/context.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-realm/src/main/webapp/META-INF/context.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-realm/src/main/webapp/META-INF/context.xml Sun Aug 26 13:47:40 2012
@@ -1,3 +1,20 @@
+<!--
+
+    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.
+-->
 <Context>
   <Realm cdi="true" className="org.apache.tomee.catalina.realm.LazyRealm" realmClass="org.superbiz.AuthBean" />
 </Context>
\ No newline at end of file