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 2010/05/17 15:17:43 UTC

svn commit: r945138 - in /uima/sandbox/trunk: AlchemyAPIAnnotator/ BSFAnnotator/ ConceptMapper/ ConfigurableFeatureExtractor/ DictionaryAnnotator/ FsVariables/ Lucas/ OpenCalaisAnnotator/ PearPackagingAntTask/ RegularExpressionAnnotator/ SimpleServer/ ...

Author: schor
Date: Mon May 17 13:17:42 2010
New Revision: 945138

URL: http://svn.apache.org/viewvc?rev=945138&view=rev
Log:
[UIMA-1756] add xml header to poms - specifying xml version 1.0 and utf-8 encoding

Modified:
    uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
    uima/sandbox/trunk/BSFAnnotator/pom.xml
    uima/sandbox/trunk/ConceptMapper/pom.xml
    uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml
    uima/sandbox/trunk/DictionaryAnnotator/pom.xml
    uima/sandbox/trunk/FsVariables/pom.xml
    uima/sandbox/trunk/Lucas/pom.xml
    uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml
    uima/sandbox/trunk/PearPackagingAntTask/pom.xml
    uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
    uima/sandbox/trunk/SimpleServer/pom.xml
    uima/sandbox/trunk/SnowballAnnotator/pom.xml
    uima/sandbox/trunk/Tagger/pom.xml
    uima/sandbox/trunk/TikaAnnotator/pom.xml
    uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
    uima/sandbox/trunk/aggregate-addons/pom.xml

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,18 +1,22 @@
-  <!--
-    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"?>
+<!--
+   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.    
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: uima/sandbox/trunk/BSFAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/BSFAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/BSFAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/BSFAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,20 +1,21 @@
+<?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.    
+   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.    
 -->
 
 <!-- packaged as a single project.

Modified: uima/sandbox/trunk/ConceptMapper/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/ConceptMapper/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/ConceptMapper/pom.xml (original)
+++ uima/sandbox/trunk/ConceptMapper/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@
 	specific language governing permissions and limitations
 	under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml (original)
+++ uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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

Modified: uima/sandbox/trunk/DictionaryAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/DictionaryAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/DictionaryAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/DictionaryAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,4 +1,5 @@
-<!--
+<?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

Modified: uima/sandbox/trunk/FsVariables/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/FsVariables/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/FsVariables/pom.xml (original)
+++ uima/sandbox/trunk/FsVariables/pom.xml Mon May 17 13:17:42 2010
@@ -1,4 +1,5 @@
-<!--
+<?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
@@ -16,7 +17,6 @@
 	specific language governing permissions and limitations
 	under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: uima/sandbox/trunk/Lucas/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Lucas/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/Lucas/pom.xml (original)
+++ uima/sandbox/trunk/Lucas/pom.xml Mon May 17 13:17:42 2010
@@ -1,5 +1,4 @@
 <?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
@@ -18,7 +17,6 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>

Modified: uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,20 +1,21 @@
+<?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.    
+   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.    
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: uima/sandbox/trunk/PearPackagingAntTask/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/PearPackagingAntTask/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/PearPackagingAntTask/pom.xml (original)
+++ uima/sandbox/trunk/PearPackagingAntTask/pom.xml Mon May 17 13:17:42 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?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

Modified: uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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

Modified: uima/sandbox/trunk/SimpleServer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SimpleServer/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/SimpleServer/pom.xml (original)
+++ uima/sandbox/trunk/SimpleServer/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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

Modified: uima/sandbox/trunk/SnowballAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SnowballAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/SnowballAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/SnowballAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@
 	specific language governing permissions and limitations
 	under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: uima/sandbox/trunk/Tagger/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Tagger/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/Tagger/pom.xml (original)
+++ uima/sandbox/trunk/Tagger/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@
 	specific language governing permissions and limitations
 	under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: uima/sandbox/trunk/TikaAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TikaAnnotator/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/TikaAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/TikaAnnotator/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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

Modified: uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/WhitespaceTokenizer/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/WhitespaceTokenizer/pom.xml (original)
+++ uima/sandbox/trunk/WhitespaceTokenizer/pom.xml Mon May 17 13:17:42 2010
@@ -1,20 +1,21 @@
+<?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.    
+   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.    
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: uima/sandbox/trunk/aggregate-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/aggregate-addons/pom.xml?rev=945138&r1=945137&r2=945138&view=diff
==============================================================================
--- uima/sandbox/trunk/aggregate-addons/pom.xml (original)
+++ uima/sandbox/trunk/aggregate-addons/pom.xml Mon May 17 13:17:42 2010
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">