You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2015/04/30 10:41:28 UTC

svn commit: r1676928 - in /uima/ruta/trunk: README RELEASE_NOTES.html

Author: pkluegl
Date: Thu Apr 30 08:41:28 2015
New Revision: 1676928

URL: http://svn.apache.org/r1676928
Log:
UIMA-4176
- updated readme and release notes

Modified:
    uima/ruta/trunk/README
    uima/ruta/trunk/RELEASE_NOTES.html

Modified: uima/ruta/trunk/README
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/README?rev=1676928&r1=1676927&r2=1676928&view=diff
==============================================================================
--- uima/ruta/trunk/README (original)
+++ uima/ruta/trunk/README Thu Apr 30 08:41:28 2015
@@ -18,6 +18,13 @@ change the command to
    
 For more details, please see http://uima.apache.org/building-uima.html   
 
+
+-------------------------------------
+
+This release requires an update of script projects and its descriptors, 
+e.g, in the UIMA Ruta Workbench by deleting all descriptors and updating the script project.
+Right-click on a project and select "UIMA Ruta -> Convert to UIMA Ruta project"
+
 -------------------------------------
 
 This product was originally released as Apache UIMA TextMarker. The UIMA Ruta Workbench provides

Modified: uima/ruta/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/RELEASE_NOTES.html?rev=1676928&r1=1676927&r2=1676928&view=diff
==============================================================================
--- uima/ruta/trunk/RELEASE_NOTES.html (original)
+++ uima/ruta/trunk/RELEASE_NOTES.html Thu Apr 30 08:41:28 2015
@@ -48,19 +48,39 @@
 
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
+  This release requires an update of script projects and its descriptors, 
+  e.g, in the UIMA Ruta Workbench by deleting all descriptors and updating the script project.
+  Right-click on a project and select "UIMA Ruta -> Convert to UIMA Ruta project"
+</p>
+<p>
 <h3>UIMA Ruta Language and Analysis Engine:</h3>
 <ul>
   <li>
-    requires Java 7
+    Requires Java 7
   </li>
   <li>
-    Bug fixes
+    Maven Plugin for UIMA Ruta
+  </li>
+  <li>
+    Extensions and simplifications of the language (external resources, null values, more syntactic sugar)
+  </li>
+  <li>
+    Improvements to Analysis Engines (RutaEngine, HtmlConverter)
+  </li>
+  <li>
+    More exemplary script projects
+  </li>
+  <li>
+    Many, many bug fixes
   </li>
  </ul>
 <h3>UIMA Ruta Workbench:</h3>
  <ul>
   <li>
-    requires Java 7
+    Requires Java 7
+  </li>
+  <li>
+    Works now also in other project structures (Maven projects)
   </li>
   <li>
     Bug fixes