You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/10/03 16:52:30 UTC

git commit: DELTASPIKE-266 fix rat issues

Updated Branches:
  refs/heads/master a0d3a3481 -> 0a42981b5


DELTASPIKE-266 fix rat issues


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/0a42981b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/0a42981b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/0a42981b

Branch: refs/heads/master
Commit: 0a42981b535f70cd583df62cc3d3e0b3a2e2ecdc
Parents: a0d3a34
Author: Mark Struberg <st...@apache.org>
Authored: Wed Oct 3 16:52:03 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Oct 3 16:52:03 2012 +0200

----------------------------------------------------------------------
 .../viewScopedContextTest/WEB-INF/web.xml          |   19 ++++++++++++++
 .../resources/viewScopedContextTest/index.html     |   19 ++++++++++++++
 .../resources/viewScopedContextTest/page1.xhtml    |   20 +++++++++++++++
 3 files changed, 58 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/0a42981b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/WEB-INF/web.xml b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/WEB-INF/web.xml
index 0331abe..5e874fd 100644
--- a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/WEB-INF/web.xml
+++ b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/WEB-INF/web.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+    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 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_2_5.xsd"

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/0a42981b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/index.html
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/index.html b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/index.html
index 78d8dde..f2d6e35 100644
--- a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/index.html
+++ b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/index.html
@@ -1,3 +1,22 @@
+<!--
+    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.
+-->
+
 <html>
 <body>
 index page works!

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/0a42981b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/page1.xhtml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/page1.xhtml b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/page1.xhtml
index 45741e1..bd212e3 100644
--- a/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/page1.xhtml
+++ b/deltaspike/modules/jsf/impl/src/test/resources/viewScopedContextTest/page1.xhtml
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+    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.
+-->
+
 <html>
 
 <body>