Author: cziegeler
Date: Tue Apr 28 11:31:37 2015
New Revision: 1676490

URL: http://svn.apache.org/r1676490
Log:
Add excludes for rat

Modified:
    sling/trunk/samples/slingshot/pom.xml
    
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/css/slingshot.css
    
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/js/slingshot.js

Modified: sling/trunk/samples/slingshot/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/pom.xml?rev=1676490&r1=1676489&r2=1676490&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/pom.xml (original)
+++ sling/trunk/samples/slingshot/pom.xml Tue Apr 28 11:31:37 2015
@@ -24,6 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.sample.slingshot</artifactId>
@@ -60,6 +61,21 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        
<exclude>src/main/resources/SLING-INF/content/**/*.json</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/iconFont.css</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/jquery-*</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/metro-bootstrap.min.css</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/fonts/*.svg</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/jquery*.js</exclude>
+                        
<exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/metro.min.js</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -98,10 +114,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>

Modified: 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/css/slingshot.css
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/css/slingshot.css?rev=1676490&r1=1676489&r2=1676490&view=diff
==============================================================================
--- 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/css/slingshot.css
 (original)
+++ 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/css/slingshot.css
 Tue Apr 28 11:31:37 2015
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 .ui-form { width:470px; margin: 0 auto;}
 .ui-form .ui-widget-header h1 { margin:10px; text-align:center;}
 .ui-form .ui-widget-content {padding:10px;}

Modified: 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/js/slingshot.js
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/js/slingshot.js?rev=1676490&r1=1676489&r2=1676490&view=diff
==============================================================================
--- 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/js/slingshot.js
 (original)
+++ 
sling/trunk/samples/slingshot/src/main/resources/SLING-INF/content/slingshot/resources/js/slingshot.js
 Tue Apr 28 11:31:37 2015
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 $( document ).ready(function() {
        $(".ui-slingshot-clickable").click(function() { 
            var $input = $( this );


Reply via email to