You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/02/07 12:25:41 UTC

[myfaces-tobago] branch master updated: rat check

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 9424ca1  rat check
9424ca1 is described below

commit 9424ca18c3eedfe2435d10f367423726683709af
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Feb 7 13:25:54 2018 +0100

    rat check
---
 pom.xml                                                   |  4 ++++
 .../10-intro/50-migration/96-migration/migrate4-layout.sh | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/pom.xml b/pom.xml
index 09fa230..1634d8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -933,6 +933,10 @@
 
               <!-- readme -->
               <exclude>**/readme.*</exclude>
+
+              <!-- tobago-vm index page -->
+              <exclude>**/tobago-vm/docker/apache-proxy/jquery-*.js</exclude>
+              <exclude>**/tobago-vm/docker/apache-proxy/bootstrap-*.css</exclude>
             </excludes>
           </configuration>
         </plugin>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migrate4-layout.sh b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migrate4-layout.sh
index 51181d4..02b9fed 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migrate4-layout.sh
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migrate4-layout.sh
@@ -1,5 +1,20 @@
 #! /bin/bash
 
+# 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.
+
 # Script to replace the layout attribute syntax from Tobago 3.0 to 4.0
 # (not very fast and might be optimized, but need only to run one time per project)
 # usage: run this file "migrate-layout.sh" in the project parent directory.

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.