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/12/03 05:24:27 UTC

svn commit: r886675 - in /incubator/uima: sandbox/trunk/SandboxDistr/annotator-package/pom.xml uima-as/trunk/uima-as-distr/pom.xml uima-as/trunk/uima-as-docbooks/.project uima-as/trunk/uimaj-ep-deployeditor/plugin.xml

Author: schor
Date: Thu Dec  3 04:24:25 2009
New Revision: 886675

URL: http://svn.apache.org/viewvc?rev=886675&view=rev
Log:
UIMA-1692 fix RAT-found license problems

Modified:
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml
    incubator/uima/uima-as/trunk/uima-as-distr/pom.xml
    incubator/uima/uima-as/trunk/uima-as-docbooks/.project
    incubator/uima/uima-as/trunk/uimaj-ep-deployeditor/plugin.xml

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml?rev=886675&r1=886674&r2=886675&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/pom.xml Thu Dec  3 04:24:25 2009
@@ -66,6 +66,7 @@
                 <exclude>ConfigurableFeatureExtractor/src/test/java/example/PersonTitle*.java</exclude> <!-- generated classes -->
                 <exclude>ConfigurableFeatureExtractor/src/test/java/org/apache/uima/examples/SourceDocumentInformation*.java</exclude> <!-- generated classes -->
                 <exclude>ConfigurableFeatureExtractor/src/test/resources/testData*txt*</exclude> <!-- test data -->
+                <exclude>ConfigurableFeatureExtractor/cfeModelGen/*</exclude> <!-- generated EMF model files -->
                 <exclude>DictionaryAnnotator/src/test/resources/DictionaryAnnotatorTestFilterFeaturePath/dictionaryAnnotFeaturePathTestRef.txt</exclude> <!-- test data -->
                 <exclude>DictionaryAnnotator/src/test/resources/Dictionary*Test*/*Ref.txt</exclude> <!-- test data -->
                 <exclude>DictionaryAnnotator/src/test/resources/Dictionary*Test*/*Ref.xml</exclude> <!-- test data -->

Modified: incubator/uima/uima-as/trunk/uima-as-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/pom.xml?rev=886675&r1=886674&r2=886675&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/pom.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/pom.xml Thu Dec  3 04:24:25 2009
@@ -435,6 +435,7 @@
                 <exclude>uima-as-distr/src/test/resources/deploy/expected/envVar/*.*</exclude> <!-- test data -->
                 <exclude>uima-as-docbooks/src/olink/**</exclude> <!-- generated cross ref database for Apache FOP -->
                 <exclude>uima-docbooks/src/olink/**</exclude> <!-- generated cross ref database for Apache FOP -->
+                <exclude>uima-as-docbooks/src/styles/titlepage/titlepage-*.xsl</exclude> <!-- generated files by docbook -->
                 <exclude>uimaj-as-activemq/src/test/resources/data/DoubleByteText.txt</exclude> <!-- test data -->
               </excludes>
             </configuration>

Modified: incubator/uima/uima-as/trunk/uima-as-docbooks/.project
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-docbooks/.project?rev=886675&r1=886674&r2=886675&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-docbooks/.project (original)
+++ incubator/uima/uima-as/trunk/uima-as-docbooks/.project Thu Dec  3 04:24:25 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.    
+-->
 <projectDescription>
 	<name>uima-as-docbooks</name>
 	<comment></comment>

Modified: incubator/uima/uima-as/trunk/uimaj-ep-deployeditor/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-ep-deployeditor/plugin.xml?rev=886675&r1=886674&r2=886675&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-ep-deployeditor/plugin.xml (original)
+++ incubator/uima/uima-as/trunk/uimaj-ep-deployeditor/plugin.xml Thu Dec  3 04:24:25 2009
@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.2"?>
-<plugin>
+<!--
+   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.    
+-->
+ <plugin>
 
    <extension
          point="org.eclipse.ui.newWizards">