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 2015/06/25 21:46:08 UTC

svn commit: r1687619 - /uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml

Author: schor
Date: Thu Jun 25 19:46:08 2015
New Revision: 1687619

URL: http://svn.apache.org/r1687619
Log:
no Jira, fix one overflow line that was also missing a character

Modified:
    uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml

Modified: uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml?rev=1687619&r1=1687618&r2=1687619&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.jcasgen.xml Thu Jun 25 19:46:08 2015
@@ -217,7 +217,8 @@ under the License.
         <typeSystemIncludes>
           <!-- one or more ant-like file patterns 
                identifying top level descriptors --> 
-          <typeSystemInclude>src/main/resources/MyTs.xml</typeSystemInclude
+          <typeSystemInclude>src/main/resources/MyTs.xml
+          </typeSystemInclude>
         </typeSystemIncludes>
 
         <!-- OPTIONAL -->