You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/18 21:41:09 UTC

svn commit: r1640421 - /ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SimpleSegmentAnnotator.xml

Author: chenpei
Date: Tue Nov 18 20:41:09 2014
New Revision: 1640421

URL: http://svn.apache.org/r1640421
Log:
Minor Clean up - Remove Assertion type system import form simplesegmentannotator.  
(this is the legacy assertion type system which won't be needed with the new clearTK one anyway).
This should be defined in the assertion annotator xml regardless.

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

Modified: ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SimpleSegmentAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SimpleSegmentAnnotator.xml?rev=1640421&r1=1640420&r2=1640421&view=diff
==============================================================================
--- ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SimpleSegmentAnnotator.xml (original)
+++ ctakes/trunk/ctakes-clinical-pipeline/desc/analysis_engine/SimpleSegmentAnnotator.xml Tue Nov 18 20:41:09 2014
@@ -40,7 +40,6 @@
 <configurationParameterSettings/>
     <typeSystemDescription>
       <imports>
-        <import name="org.apache.ctakes.assertion.types.TypeSystem"/>
         <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
       </imports>
     </typeSystemDescription>