You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/03/30 16:25:03 UTC

svn commit: r524102 - in /tiles/site: pom.xml src/site/resources/css/site.css

Author: apetrelli
Date: Fri Mar 30 07:25:03 2007
New Revision: 524102

URL: http://svn.apache.org/viewvc?view=rev&rev=524102
Log:
Added license header to the site css.
Added the RAT report to the site.

Modified:
    tiles/site/pom.xml
    tiles/site/src/site/resources/css/site.css

Modified: tiles/site/pom.xml
URL: http://svn.apache.org/viewvc/tiles/site/pom.xml?view=diff&rev=524102&r1=524101&r2=524102
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Fri Mar 30 07:25:03 2007
@@ -159,6 +159,16 @@
                     </additionalparam>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>rat-maven-plugin</artifactId>
+                <version>1.0-alpha-1</version>
+                <configuration>
+                    <excludes>
+                        <exclude>forms/invitation*.txt</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 

Modified: tiles/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/tiles/site/src/site/resources/css/site.css?view=diff&rev=524102&r1=524101&r2=524102
==============================================================================
--- tiles/site/src/site/resources/css/site.css (original)
+++ tiles/site/src/site/resources/css/site.css Fri Mar 30 07:25:03 2007
@@ -1,3 +1,24 @@
+/*
+ * $Id$
+ *
+ * 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.
+ *
+ */
 a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
   background: none;
   padding-right: 0;