You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2012/06/14 19:19:52 UTC

svn commit: r1350345 - /uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml

Author: burn
Date: Thu Jun 14 17:19:52 2012
New Revision: 1350345

URL: http://svn.apache.org/viewvc?rev=1350345&view=rev
Log:
[UIMA-2418] set eol-stype native to match format of the copy

Modified:
    uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml   (contents, props changed)

Modified: uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml?rev=1350345&r1=1350344&r2=1350345&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml (original)
+++ uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml Thu Jun 14 17:19:52 2012
@@ -1,82 +1,82 @@
-<?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.                                           * -->
-<!--                                                                  -->
-<!-- Note: Multi-line comments cause problems on Windows as the       -->
-<!-- internal LFs are not expanded back to CR/LF on output.           -->
-<!--                                                                  -->
-<!-- Descriptor for testing the editing and copying of an aggregate.  -->
-<!--                                                                  -->
-<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
-  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-  <primitive>false</primitive>
-  <!-- Test that order of declarations is preserved when re-written  -->
-  <delegateAnalysisEngineSpecifiers>
-    <delegateAnalysisEngine key="D">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-    <delegateAnalysisEngine key="C">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-    <delegateAnalysisEngine key="B">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-    <delegateAnalysisEngine key="A">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-    <delegateAnalysisEngine key="F">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-    <delegateAnalysisEngine key="E">
-      <import location="TestPrimitiveTae2.xml"/>
-    </delegateAnalysisEngine>
-  </delegateAnalysisEngineSpecifiers>
-  <!-- The above declaration order should be preserved when the UIMA APIs are used to parse and -->
-  <!-- serialize back to disk  -->
-  <analysisEngineMetaData>
-    <name>AggregateWithManyDelegates</name>
-    <description/>
-    <version>1.0</version>
-    <vendor/>
-    <configurationParameters/>
-    <configurationParameterSettings/>
-    <flowConstraints>
-      <fixedFlow>
-        <node>A</node>
-        <node>B</node>
-        <node>C</node>
-        <node>D</node>
-        <node>E</node>
-        <node>F</node>
-      </fixedFlow>
-    </flowConstraints>
-    <fsIndexCollection/>
-    <capabilities>
-      <capability>
-        <inputs/>
-        <outputs/>
-        <languagesSupported/>
-      </capability>
-    </capabilities>
-    <operationalProperties>
-      <modifiesCas>true</modifiesCas>
-      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
-      <outputsNewCASes>false</outputsNewCASes>
-    </operationalProperties>
-  </analysisEngineMetaData>
-  <resourceManagerConfiguration/>
-</analysisEngineDescription>
\ No newline at end of file
+<?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.                                           * -->
+<!--                                                                  -->
+<!-- Note: Multi-line comments cause problems on Windows as the       -->
+<!-- internal LFs are not expanded back to CR/LF on output.           -->
+<!--                                                                  -->
+<!-- Descriptor for testing the editing and copying of an aggregate.  -->
+<!--                                                                  -->
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>false</primitive>
+  <!-- Test that order of declarations is preserved when re-written  -->
+  <delegateAnalysisEngineSpecifiers>
+    <delegateAnalysisEngine key="D">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+    <delegateAnalysisEngine key="C">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+    <delegateAnalysisEngine key="B">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+    <delegateAnalysisEngine key="A">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+    <delegateAnalysisEngine key="F">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+    <delegateAnalysisEngine key="E">
+      <import location="TestPrimitiveTae2.xml"/>
+    </delegateAnalysisEngine>
+  </delegateAnalysisEngineSpecifiers>
+  <!-- The above declaration order should be preserved when the UIMA APIs are used to parse and -->
+  <!-- serialize back to disk  -->
+  <analysisEngineMetaData>
+    <name>AggregateWithManyDelegates</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters/>
+    <configurationParameterSettings/>
+    <flowConstraints>
+      <fixedFlow>
+        <node>A</node>
+        <node>B</node>
+        <node>C</node>
+        <node>D</node>
+        <node>E</node>
+        <node>F</node>
+      </fixedFlow>
+    </flowConstraints>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Propchange: uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/AggregateWithManyDelegates.xml
------------------------------------------------------------------------------
    svn:eol-style = native