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 2011/10/26 15:44:24 UTC

svn commit: r1189214 - /uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml

Author: schor
Date: Wed Oct 26 13:44:23 2011
New Revision: 1189214

URL: http://svn.apache.org/viewvc?rev=1189214&view=rev
Log:
no Jira - fix xml subelement ordering for Capabilities - was disagreeing with the XSD and with internal impl coding

Modified:
    uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml

Modified: uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml?rev=1189214&r1=1189213&r2=1189214&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml (original)
+++ uima/uimaj/trunk/uima-docbook-references/src/docbook/ref.xml.component_descriptor.xml Wed Oct 26 13:44:23 2011
@@ -1110,11 +1110,6 @@ uima.tcas.Annotation.</programlisting>
       ...
     </output>
 
-    <languagesSupported>
-      <language>[ISO Language ID]</language>
-        ...
-    </languagesSupported>
-
     <inputSofas>
       <sofaName>[name]</sofaName>
       ...
@@ -1124,6 +1119,11 @@ uima.tcas.Annotation.</programlisting>
       <sofaName>[name]</sofaName>
       ...
     </outputSofas>
+
+    <languagesSupported>
+      <language>[ISO Language ID]</language>
+        ...
+    </languagesSupported>
   </capability>
 
   <capability>