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 2015/10/31 19:15:27 UTC

svn commit: r1711661 - in /myfaces/tobago/branches/tobago-3.0.x: pom.xml tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml

Author: lofwyr
Date: Sat Oct 31 18:15:27 2015
New Revision: 1711661

URL: http://svn.apache.org/viewvc?rev=1711661&view=rev
Log:
license & configure rat plugin

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1711661&r1=1711660&r2=1711661&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Sat Oct 31 18:15:27 2015
@@ -897,6 +897,20 @@
               <exclude>**/jquery*.map</exclude>
               <exclude>**/jquery*.css</exclude>
 
+              <!-- bootstrap -->
+              <exclude>**/bootstrap*.js</exclude>
+              <exclude>**/npm.js</exclude>
+              <exclude>**/bootstrap*.map</exclude>
+              <exclude>**/bootstrap*.css</exclude>
+              <exclude>**/glyphicons*.*</exclude>
+
+              <!-- typeahead -->
+              <exclude>**/typeahead*.js</exclude>
+
+              <!-- prism -->
+              <exclude>**/prism*.js</exclude>
+              <exclude>**/prism*.css</exclude>
+
               <!-- log files -->
               <exclude>**/*.log</exclude>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml?rev=1711661&r1=1711660&r2=1711661&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/segmentLayout/buttons-with-image.xhtml Sat Oct 31 18:15:27 2015
@@ -1,12 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+
 <!--
- *****************************************************************************************************************************
- * Copyright (c) 2015 NORD/LB Norddeutsche Landesbank
- * Alle Rechte vorbehalten.
- *****************************************************************************************************************************
+ * 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.
 -->
 
-
 <f:view
     xmlns:tc="http://myfaces.apache.org/tobago/component"
     xmlns:f="http://java.sun.com/jsf/core" xmlns:tx="http://myfaces.apache.org/tobago/extension">