You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by tm...@apache.org on 2013/01/24 22:25:39 UTC

svn commit: r1438201 - /incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml

Author: tmill
Date: Thu Jan 24 21:25:39 2013
New Revision: 1438201

URL: http://svn.apache.org/viewvc?rev=1438201&view=rev
Log:
Fixes ctakes-134. Adds classpath to configuration file to point at config file correctly.

Modified:
    incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml

Modified: incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml?rev=1438201&r1=1438200&r2=1438201&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml (original)
+++ incubator/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SectionSegmentAnnotator.xml Thu Jan 24 21:25:39 2013
@@ -53,7 +53,7 @@
     </configurationParameterSettings>
     <typeSystemDescription>
       <imports>
-<import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
+        <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
       </imports>
     </typeSystemDescription>
     <typePriorities/>
@@ -87,7 +87,7 @@
         <name>templateFile</name>
         <description/>
         <fileResourceSpecifier>
-          <fileUrl>file:template.xml</fileUrl>
+          <fileUrl>file:org/apache/ctakes/core/template.xml</fileUrl>
         </fileResourceSpecifier>
         <implementationName>org.apache.ctakes.core.resource.FileResourceImpl</implementationName>
       </externalResource>