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 2007/02/02 20:43:09 UTC

svn commit: r502700 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml

Author: schor
Date: Fri Feb  2 11:43:09 2007
New Revision: 502700

URL: http://svn.apache.org/viewvc?view=rev&rev=502700
Log:
No Jira - minor fixups for CPE descriptor chapter based on
review by Cwiklik

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml?view=diff&rev=502700&r1=502699&r2=502700
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml Fri Feb  2 11:43:09 2007
@@ -191,7 +191,7 @@
     
     <para>
       A fully qualified filename may be provided, or the filename
-      may relative to a directory specified using the <literal>CPM_HOME</literal>
+      may be relative to a directory specified using the <literal>CPM_HOME</literal>
       variable, e.g.,    
     <programlisting>&lt;descriptor&gt;
     &lt;include href="${CPM_HOME}/desc_dir/descriptor.xml"/&gt;
@@ -1038,7 +1038,7 @@
         defines the starting entity in the collection at which the CPM should start
         processing.</para>
       
-      <para>The implementation in the CPM passes the this argument to the Collection Reader
+      <para>The implementation in the CPM passes this argument to the Collection Reader
         as the value of the parameter <quote><literal>startNumber</literal></quote>.
         The CPM does not do anything else with this parameter; in particular, the CPM has no
         ability to skip to a specific document - that function, if available, is only provided
@@ -1354,7 +1354,7 @@
   <cpeConfig>
     <numToProcess>1</numToProcess>
     <deployAs>immediate</deployAs>
-    <checkpoint file="" time="3000&quot;/>
+    <checkpoint file="" time="3000"/>
     <timerImpl/>
   </cpeConfig>
 </cpeDescription>]]></programlisting>