You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/07/08 22:09:48 UTC

svn commit: r1144475 - in /webservices/commons/trunk/modules/neethi: pom.xml src/site/apt/index.apt src/site/apt/migration.apt src/site/resources/download.cgi

Author: veithen
Date: Fri Jul  8 20:09:47 2011
New Revision: 1144475

URL: http://svn.apache.org/viewvc?rev=1144475&view=rev
Log:
Configured the RAT plugin and added a couple of missing license headers.

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml
    webservices/commons/trunk/modules/neethi/src/site/apt/index.apt
    webservices/commons/trunk/modules/neethi/src/site/apt/migration.apt
    webservices/commons/trunk/modules/neethi/src/site/resources/download.cgi

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=1144475&r1=1144474&r2=1144475&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Jul  8 20:09:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <groupId>org.apache.neethi</groupId>
     <artifactId>neethi</artifactId>
@@ -179,6 +179,27 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <excludes>
+                        <exclude>.gitignore</exclude>
+                        <!-- RAT doesn't recognize this one as notes file -->
+                        <exclude>RELEASE-NOTE.txt</exclude>
+                        <!-- Files licensed by the W3C, as mentioned in the NOTICE file -->
+                        <exclude>src/test/test-resources/w3tests/**</exclude>
+                    </excludes>
+                </configuration> 
+            </plugin>
         </plugins>
 	<pluginManagement>
 	  <plugins>

Modified: webservices/commons/trunk/modules/neethi/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/apt/index.apt?rev=1144475&r1=1144474&r2=1144475&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/neethi/src/site/apt/index.apt Fri Jul  8 20:09:47 2011
@@ -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.
+
            -----------------------------------
            Apache Neethi - WS-Policy Framework
            -----------------------------------

Modified: webservices/commons/trunk/modules/neethi/src/site/apt/migration.apt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/apt/migration.apt?rev=1144475&r1=1144474&r2=1144475&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/apt/migration.apt (original)
+++ webservices/commons/trunk/modules/neethi/src/site/apt/migration.apt Fri Jul  8 20:09:47 2011
@@ -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.
+
            -----------------------------------
            Apache Neethi - Migration Guide
            -----------------------------------

Modified: webservices/commons/trunk/modules/neethi/src/site/resources/download.cgi
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/resources/download.cgi?rev=1144475&r1=1144474&r2=1144475&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/resources/download.cgi (original)
+++ webservices/commons/trunk/modules/neethi/src/site/resources/download.cgi Fri Jul  8 20:09:47 2011
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+#  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.
+#
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)