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 2009/04/20 01:12:13 UTC

svn commit: r766546 - in /incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF: ./ beans.xml

Author: struberg
Date: Sun Apr 19 23:12:12 2009
New Revision: 766546

URL: http://svn.apache.org/viewvc?rev=766546&view=rev
Log:
OWB-90 workaround for not finding the beans.xml when running under jetty.
Have to check this in since otherwise the guess sample will not run.


Added:
    incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/
    incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml   (with props)

Added: incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml?rev=766546&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml (added)
+++ incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml Sun Apr 19 23:12:12 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<WebBeans 	xmlns="urn:java:ee"
+ 			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+			xsi:schemaLocation="urn:java:ee http://java.sun.com/jee/beans-1.0.xsd">	
+</WebBeans>
\ No newline at end of file

Propchange: incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml
------------------------------------------------------------------------------
    svn:executable = *