You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/24 00:13:23 UTC

svn commit: r818283 - in /incubator/uima/sandbox/trunk/TikaAnnotator: desc/FileSystemCollectionReader.xml desc/MarkupAnnotationTypeSystem.xml desc/MarkupAnnotator.xml pom.xml

Author: schor
Date: Wed Sep 23 22:13:23 2009
New Revision: 818283

URL: http://svn.apache.org/viewvc?rev=818283&view=rev
Log:
UIMA-1585 RAT fixes

Modified:
    incubator/uima/sandbox/trunk/TikaAnnotator/desc/FileSystemCollectionReader.xml
    incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotationTypeSystem.xml
    incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotator.xml
    incubator/uima/sandbox/trunk/TikaAnnotator/pom.xml

Modified: incubator/uima/sandbox/trunk/TikaAnnotator/desc/FileSystemCollectionReader.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/TikaAnnotator/desc/FileSystemCollectionReader.xml?rev=818283&r1=818282&r2=818283&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/TikaAnnotator/desc/FileSystemCollectionReader.xml (original)
+++ incubator/uima/sandbox/trunk/TikaAnnotator/desc/FileSystemCollectionReader.xml Wed Sep 23 22:13:23 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.    
+-->  
 <collectionReaderDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <implementationName>org.apache.uima.tika.FileSystemCollectionReader</implementationName>

Modified: incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotationTypeSystem.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotationTypeSystem.xml?rev=818283&r1=818282&r2=818283&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotationTypeSystem.xml (original)
+++ incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotationTypeSystem.xml Wed Sep 23 22:13:23 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.    
+-->  
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <name>MarkupAnnotationTypeSystem</name>
   <description>Annotations used for representing markup. See http://cwiki.apache.org/UIMA/uima-sandbox-components.html</description>

Modified: incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotator.xml?rev=818283&r1=818282&r2=818283&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotator.xml (original)
+++ incubator/uima/sandbox/trunk/TikaAnnotator/desc/MarkupAnnotator.xml Wed Sep 23 22:13:23 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.    
+-->  
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>

Modified: incubator/uima/sandbox/trunk/TikaAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/TikaAnnotator/pom.xml?rev=818283&r1=818282&r2=818283&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/TikaAnnotator/pom.xml (original)
+++ incubator/uima/sandbox/trunk/TikaAnnotator/pom.xml Wed Sep 23 22:13:23 2009
@@ -53,11 +53,43 @@
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-parsers</artifactId>
       <version>0.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>pdfbox</groupId>
+          <artifactId>pdfbox</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     
   </dependencies>
   
 	<build>
 		<finalName>uima-an-tika</finalName>
+    
+    <plugins>
+      <!-- Release Audit Tool checks -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>default-cli</id>
+            <configuration>
+              <excludes>
+                <exclude>src/main/java/org/apache/uima/tika/AttributeFS.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/AttributeFS_Type.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/FeatureValue.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/FeatureValue_Type.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation_Type.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation.java</exclude> <!-- generated -->
+                <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation_Type.java</exclude> <!-- generated -->
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>            
+    </plugins>
+
 	</build>
 </project>
\ No newline at end of file