Author: bhavani
Date: Tue Nov 16 16:07:03 2010
New Revision: 1035672

URL: http://svn.apache.org/viewvc?rev=1035672&view=rev
Log:
UIMA-1940 serialize to xml is missing the typesytemdescription for aggregates 
descriptors

Modified:
    uima/uimacpp/trunk/src/framework/taespecifier.cpp

Modified: uima/uimacpp/trunk/src/framework/taespecifier.cpp
URL: 
http://svn.apache.org/viewvc/uima/uimacpp/trunk/src/framework/taespecifier.cpp?rev=1035672&r1=1035671&r2=1035672&view=diff
==============================================================================
--- uima/uimacpp/trunk/src/framework/taespecifier.cpp (original)
+++ uima/uimacpp/trunk/src/framework/taespecifier.cpp Tue Nov 16 16:07:03 2010
@@ -1364,7 +1364,6 @@ namespace uima {
 
     // type system
 
-    if (isPrimitive()) {
       s.append("<typeSystemDescription>");
       TypeSystemDescription const * typeDesc = md.getTypeSystemDescription();
       if (typeDesc != NULL) {
@@ -1457,7 +1456,6 @@ namespace uima {
         }
       }
       s.append("</types></typeSystemDescription>");
-    }
 
     //fsIndexCollection
     s.append("<fsIndexCollection>");


Reply via email to