You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/08/05 16:38:49 UTC

svn commit: r1510509 - in /uima/uimaj/trunk: README RELEASE_NOTES.html

Author: schor
Date: Mon Aug  5 14:38:49 2013
New Revision: 1510509

URL: http://svn.apache.org/r1510509
Log:
no Jira, misc cleanups from 2.4.1 release: spelling, broken links in RELEASE_NOTES, 

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

Modified: uima/uimaj/trunk/README
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/README?rev=1510509&r1=1510508&r2=1510509&view=diff
==============================================================================
--- uima/uimaj/trunk/README (original)
+++ uima/uimaj/trunk/README Mon Aug  5 14:38:49 2013
@@ -66,7 +66,7 @@ What's New in 2.4.1
 Supported Platforms
 --------------------
 
-Apache UIMA requires Java level 1.5; it has been tested with Sun/Oracle Java SDK v5 and v6 and v7, and IBM Java 6 and 7.
+Apache UIMA requires Java level 1.5; it has been tested with Sun/Oracle Java SDK v5 and v6 amd v7, and IBM Java 6 and 7.
 Running the Eclipse plugin tooling for UIMA requires you start Eclipse using a Java 5 or later, as well.
 The supported platforms are: Windows, Linux, Solaris, AIX and Mac OS X.  
 Other platforms and Java (5+) implementations should work, but have not been significantly tested.

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1510509&r1=1510508&r2=1510509&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Mon Aug  5 14:38:49 2013
@@ -158,7 +158,7 @@ delete the file but instead move it to t
 org.apache.uima.jcas.tcas. For more information about JCas and 
 DocumentAnnotation please see Section 5.5.4, 
 "Adding Features to DocumentAnnotation" in the 
-  <a href="docs/d/references.html">UIMA References</a> manual.
+  <a href="docs/html/references/references.html">UIMA References</a> manual.
 </p>  
   
 <h3>3.2. JCas.getDocumentAnnotation</h3>
@@ -168,7 +168,7 @@ must be replaced with JCas.getDocumentAn
 JCas.getDocumentAnnotationFs() returns type TOP, so your code must cast this to 
 type DocumentAnnotation. The reasons for this are described in Section 
 5.5.4, "Adding Features to DocumentAnnotation" in the 
-<a href="docs/d/references.html">UIMA References</a> manual.
+<a href="docs/html/references/references.html">UIMA References</a> manual.
 </p>
   
 <h3>3.3. Rare Cases Where Additional Manual Migration is Necessary</h3>
@@ -177,7 +177,7 @@ For most users there should not be any a
 However, if the migration tool reported an additional warning or if you are 
 having trouble getting your code to compile or run after running the migration, 
 please see Section 1.4.2. "Rare Cases Where Additional Manual Migration is 
-Necessary," in the <a href="docs/d/overview_and_setup.html">
+Necessary," in the <a href="docs/html/overview_and_setup/overview_and_setup.html">
 Overview and Setup</a> manual.
 </p>