Author: robweir
Date: Wed Sep 19 21:13:11 2012
New Revision: 1387757
URL: http://svn.apache.org/viewvc?rev=1387757&view=rev
Log:
Fix RAT errors
Modified:
incubator/odf/trunk/pom.xml
incubator/odf/trunk/validator/pom.xml
incubator/odf/trunk/validator/src/main/assembly/src.xml
Modified: incubator/odf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/pom.xml?rev=1387757&r1=1387756&r2=1387757&view=diff
==============================================================================
--- incubator/odf/trunk/pom.xml (original)
+++ incubator/odf/trunk/pom.xml Wed Sep 19 21:13:11 2012
@@ -94,6 +94,7 @@
<configuration>
<excludes>
<exclude>CHANGES.txt</exclude>
+ <exclude>.gitignore</exclude>
</excludes>
</configuration>
<executions>
Modified: incubator/odf/trunk/validator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/validator/pom.xml?rev=1387757&r1=1387756&r2=1387757&view=diff
==============================================================================
--- incubator/odf/trunk/validator/pom.xml (original)
+++ incubator/odf/trunk/validator/pom.xml Wed Sep 19 21:13:11 2012
@@ -347,6 +347,8 @@
<excludes>
<exclude>src/main/resources/**</exclude>
<exclude>src/test/resources/**</exclude>
+ <exclude>src/main/assembly/src.xml</exclude>
+
</excludes>
</configuration>
</plugin>
Modified: incubator/odf/trunk/validator/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/validator/src/main/assembly/src.xml?rev=1387757&r1=1387756&r2=1387757&view=diff
==============================================================================
--- incubator/odf/trunk/validator/src/main/assembly/src.xml (original)
+++ incubator/odf/trunk/validator/src/main/assembly/src.xml Wed Sep 19 21:13:11 2012
@@ -1,19 +1,3 @@
-<!--
- 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.
--->
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|