You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/07/04 00:36:34 UTC

svn commit: r553007 - in /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme: RELEASE_NOTES RELEASE_NOTES.html

Author: alally
Date: Tue Jul  3 15:36:33 2007
New Revision: 553007

URL: http://svn.apache.org/viewvc?view=rev&rev=553007
Log:
Added CPE Descriptor support for import to Major Changes section
UIMA-473: http://issues.apache.org/jira/browse/UIMA-473

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES?view=diff&rev=553007&r1=553006&r2=553007
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES Tue Jul  3 15:36:33 2007
@@ -67,6 +67,11 @@
 versions of JCas cover classes could not be combined into an Aggregate.  In particular, 
 you can now add new features to the document annotation and use the JCas to access them.
 
+2.3 CPE Descriptors now support <import>
+
+You can now use <import location="..."/> or <import name="..."/> in CPE Descriptors, 
+and these will be resolved in the same way as in other component descriptors.
+
 
 3. Migrating from IBM UIMA to Apache UIMA
 

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html?view=diff&rev=553007&r1=553006&r2=553007
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html Tue Jul  3 15:36:33 2007
@@ -88,7 +88,12 @@
 versions of JCas cover classes could not be combined into an Aggregate.  In particular, 
 you can now add new features to the document annotation and use the JCas to access them.
 </p>
-  
+
+<h3>2.3 CPE Descriptors now support &lt;import></h3>
+<p>
+You can now use &lt;import location="..."/> or &lt;import name="..."/> in CPE Descriptors, 
+and these will be resolved in the same way as in other component descriptors.
+</p>
 
 <h2><a name="migrating">3. Migrating from IBM UIMA to Apache UIMA</a></h2>