You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2014/04/10 19:02:03 UTC

svn commit: r1586375 - /ace/trunk/build/resources/src/README

Author: marrs
Date: Thu Apr 10 17:02:02 2014
New Revision: 1586375

URL: http://svn.apache.org/r1586375
Log:
Updated the readme to reflect the new Eclipse/Java version we use.

Modified:
    ace/trunk/build/resources/src/README

Modified: ace/trunk/build/resources/src/README
URL: http://svn.apache.org/viewvc/ace/trunk/build/resources/src/README?rev=1586375&r1=1586374&r2=1586375&view=diff
==============================================================================
--- ace/trunk/build/resources/src/README (original)
+++ ace/trunk/build/resources/src/README Thu Apr 10 17:02:02 2014
@@ -35,7 +35,7 @@ There are two ways of building and devel
 within Eclipse. Below are the requirements in case you want to be able to do
 both:
 
-1)  Install J2SE 6 SDK (or later), which can be downloaded from
+1)  Install Java SE 7 (or later), which can be downloaded from
     http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 2)  Make sure that your JAVA_HOME environment variable is set to the newly
@@ -45,7 +45,7 @@ both:
 3)  Install Apache Ant 1.8 (or later), which can be downloaded from:
     http://ant.apache.org/bindownload.cgi
     
-4)  Install Eclipse, for example, Eclipse Juno with the following plugins:
+4)  Install the latest version of Eclipse with the following plugins:
     * Subclipse;
     * BndTools;
     * TestNG.