You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/14 15:46:26 UTC

svn commit: r933949 - in /geronimo/specs/trunk/geronimo-javamail_1.4_spec: ./ src/main/resources/OSGI-INF/providers/

Author: rickmcguire
Date: Wed Apr 14 13:46:26 2010
New Revision: 933949

URL: http://svn.apache.org/viewvc?rev=933949&view=rev
Log:
Fix up RAT reporting problems

Modified:
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/pom.xml
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.HtmlHandler
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MessageHandler
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MultipartHandler
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.TextHandler
    geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.XMLHandler

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/pom.xml?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/pom.xml Wed Apr 14 13:46:26 2010
@@ -112,5 +112,43 @@
             </plugin>
         </plugins>
     </build>
+    <profiles>
+        <profile>
+            <id>rat</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Override of default rat checks.  To use, type "mvn -Prat verify". -->
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>0.6</version>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+                            <excludeSubProjects>false</excludeSubProjects>
+                            <excludes>
+                                <exclude>**/target/**/*</exclude>
+                                <exclude>**/appended-resources/**/*</exclude>
+                                <exclude>**/velocity.log</exclude>
+                                <!-- manifest files don't support comments so don't contain the ASL2.0 header -->
+                                <exclude>**/*.MF</exclude>
+                                <!-- This is a test file that needs to be in exactly the format it is. -->
+                                <exclude>**/wmtom.bin</exclude>
+                                <!--RAT doesn't seem to recognize MIT style licenses-->
+                                <exclude>manual/src/styles/print.css</exclude>
+                            </excludes>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 
 </project>

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.HtmlHandler
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.HtmlHandler?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.HtmlHandler (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.HtmlHandler Wed Apr 14 13:46:26 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.mail.handlers.HtmlHandler   # This is directly mapped back to the same class name

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MessageHandler
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MessageHandler?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MessageHandler (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MessageHandler Wed Apr 14 13:46:26 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.mail.handlers.MessageHandler   # This is directly mapped back to the same class name

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MultipartHandler
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MultipartHandler?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MultipartHandler (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.MultipartHandler Wed Apr 14 13:46:26 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.mail.handlers.MessageHandler   # This is directly mapped back to the same class name

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.TextHandler
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.TextHandler?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.TextHandler (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.TextHandler Wed Apr 14 13:46:26 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.mail.handlers.TextHandler   # This is directly mapped back to the same class name

Modified: geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.XMLHandler
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.XMLHandler?rev=933949&r1=933948&r2=933949&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.XMLHandler (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.4_spec/src/main/resources/OSGI-INF/providers/org.apache.mail.handlers.XMLHandler Wed Apr 14 13:46:26 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.mail.handlers.XMLHandler   # This is directly mapped back to the same class name