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 2016/04/15 08:55:08 UTC

svn commit: r1739234 - in /myfaces/tobago/branches/tobago-3.0.x: pom.xml tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss

Author: lofwyr
Date: Fri Apr 15 06:55:08 2016
New Revision: 1739234

URL: http://svn.apache.org/viewvc?rev=1739234&view=rev
Log:
RAT check configuration

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss

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=1739234&r1=1739233&r2=1739234&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Fri Apr 15 06:55:08 2016
@@ -905,29 +905,23 @@
               <exclude>DEPENDENCIES</exclude>
 
               <!-- jQuery -->
-              <exclude>**/jquery*.js</exclude>
-              <exclude>**/jquery*.map</exclude>
-              <exclude>**/jquery*.css</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/jquery/**/jquery*.*</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/contrib/jquery*.js</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/contrib/**/jquery*.css</exclude>
 
               <!-- bootstrap -->
-              <exclude>**/bootstrap*.js</exclude>
-              <exclude>**/npm.js</exclude>
-              <exclude>**/bootstrap*.map</exclude>
-              <exclude>**/bootstrap*.css</exclude>
-              <exclude>**/glyphicons*.*</exclude>
-              <exclude>**/config.json</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/bootstrap/**/bootstrap*.*</exclude>
 
               <!-- tether -->
               <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/tether/**/tether*.*</exclude>
 
               <!-- font-awesome -->
-              <exclude>**/font-awesome*.css</exclude>
-              <exclude>**/fontawesome*.*</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/font-awesome/**/font*awesome*.*</exclude>
 
               <!-- typeahead -->
-              <exclude>**/typeahead*.js</exclude>
+              <exclude>**/org/apache/myfaces/tobago/renderkit/html/standard/standard/typeahead/**/typeahead*.*</exclude>
 
-              <!-- prism -->
+              <!-- prism (tobago-example-demo) -->
               <exclude>**/prism*.js</exclude>
               <exclude>**/prism*.css</exclude>
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass?rev=1739234&r1=1739233&r2=1739234&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test-2.sass Fri Apr 15 06:55:08 2016
@@ -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.
+ */
+
 div
   ul
     margin: 0

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss?rev=1739234&r1=1739233&r2=1739234&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/sass/tobago-test.scss Fri Apr 15 06:55:08 2016
@@ -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.
+ */
+
 nav {
   ul {
     margin: 0;