You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/02/22 22:48:30 UTC

svn commit: r379927 - /db/derby/code/trunk/BUILDING.txt

Author: rhillegas
Date: Wed Feb 22 13:48:29 2006
New Revision: 379927

URL: http://svn.apache.org/viewcvs?rev=379927&view=rev
Log:
Correct the build instructions for jdk 1.6: you only need to set jdk16 (not jdk16.java also) in your ant.properties.

Modified:
    db/derby/code/trunk/BUILDING.txt

Modified: db/derby/code/trunk/BUILDING.txt
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/BUILDING.txt?rev=379927&r1=379926&r2=379927&view=diff
==============================================================================
--- db/derby/code/trunk/BUILDING.txt (original)
+++ db/derby/code/trunk/BUILDING.txt Wed Feb 22 13:48:29 2006
@@ -488,7 +488,7 @@
     dependencies on JDK 1.6.  However, to build for JDBC4, do NOT
     set your JAVA_HOME to the JDK 1.6 location.  Instead, set it
     to your standard JDK 1.4 or JDK 1.3 location.  In your ant.properties,
-    make sure you set jdk16 and jdk16.javac as described in section
+    make sure you set jdk16 as described in section
     2.2.4, and that is all you need to do.