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/11/16 23:00:16 UTC

svn commit: r838623 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/ content/examples-trunk/schedule-events/src/test/resources/META-INF/

Author: buildbot
Date: Fri Nov 16 22:00:15 2012
New Revision: 838623

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/rest-xml-json/src/main/java/org/superbiz/rest/Request.java
    websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Response.java
    websites/staging/openejb/trunk/content/examples-trunk/schedule-events/src/test/resources/META-INF/beans.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 16 22:00:15 2012
@@ -1 +1 @@
-1410246
+1410591

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 16 22:00:15 2012
@@ -1 +1 @@
-1410246
+1410591

Modified: websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Request.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Request.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Request.java Fri Nov 16 22:00:15 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.superbiz.rest;
 
 import javax.xml.bind.annotation.XmlRootElement;

Modified: websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Response.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Response.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/rest-xml-json/src/main/java/org/superbiz/rest/Response.java Fri Nov 16 22:00:15 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.superbiz.rest;
 
 import javax.xml.bind.annotation.XmlRootElement;

Modified: websites/staging/openejb/trunk/content/examples-trunk/schedule-events/src/test/resources/META-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/schedule-events/src/test/resources/META-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/schedule-events/src/test/resources/META-INF/beans.xml Fri Nov 16 22:00:15 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />