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 2013/03/13 17:02:49 UTC

svn commit: r854291 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/examples-trunk/moviefun/src/main/webapp/WEB-INF/web.xml content/examples-trunk/moviefun/src/main/webapp/assets/css/movie.css

Author: buildbot
Date: Wed Mar 13 16:02:49 2013
New Revision: 854291

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/WEB-INF/web.xml
    websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/assets/css/movie.css

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 13 16:02:49 2013
@@ -1 +1 @@
-1455691
+1456014

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 13 16:02:49 2013
@@ -1 +1 @@
-1455691
+1456014

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/WEB-INF/web.xml
==============================================================================
--- websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/WEB-INF/web.xml (original)
+++ websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/WEB-INF/web.xml Wed Mar 13 16:02:49 2013
@@ -1,3 +1,21 @@
+<?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.
+-->
+
 <web-app version="3.0" 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/web-app_3_0.xsd">
 	<welcome-file-list>
         	<welcome-file>index.jsp</welcome-file>

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/assets/css/movie.css
==============================================================================
--- websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/assets/css/movie.css (original)
+++ websites/staging/tomee/trunk/content/examples-trunk/moviefun/src/main/webapp/assets/css/movie.css Wed Mar 13 16:02:49 2013
@@ -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.
+ */
+
 .movie-input-form {
 	padding: 20px;
 	background-color: #EEE;