You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/10/15 18:57:55 UTC

svn commit: r1023019 - /openjpa/trunk/openjpa-project/BUILDING.txt

Author: dwoods
Date: Fri Oct 15 16:57:55 2010
New Revision: 1023019

URL: http://svn.apache.org/viewvc?rev=1023019&view=rev
Log:
OPENJPA-1792 Drop JDK5 support starting with OpenJPA 2.1

Modified:
    openjpa/trunk/openjpa-project/BUILDING.txt

Modified: openjpa/trunk/openjpa-project/BUILDING.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/BUILDING.txt?rev=1023019&r1=1023018&r2=1023019&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/BUILDING.txt (original)
+++ openjpa/trunk/openjpa-project/BUILDING.txt Fri Oct 15 16:57:55 2010
@@ -2,18 +2,16 @@ Building Apache OpenJPA
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
-These instructions describe how to build OpenJPA from source code using the
+These instructions describe how to build OpenJPA 2.1 from source code using the
 Apache Maven 2 build tool. They are written for use from the console, and are 
-known to work on Linux and Mac OSX. They are also reported to work from Windows.
+known to work on Windows, Linux and Mac OSX.
 
 The most up to date version of these instructions may be found on the OpenJPA 
 website at http://openjpa.apache.org/building-openjpa.html
 
    1. Ensure that Java SE 6 is installed and on your path by running:
           java -version
-      OpenJPA requires Java 1.6 or later to build, but still supports using
-      Java SE 5 for runtime even though some features are only available
-      with Java SE 6.
+      OpenJPA requires Java 1.6 or later to build and for runtime.
    2. Install the build tool Apache Maven 2.2.1 or later, from:
           http://maven.apache.org/
       If it is installed correctly, typing mvn -v from the console will result