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 fu...@apache.org on 2007/03/09 23:55:43 UTC

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

Author: fuzzylogic
Date: Fri Mar  9 14:55:43 2007
New Revision: 516596

URL: http://svn.apache.org/viewvc?view=rev&rev=516596
Log:
DERBY-1983: Update Mac OS X build instructions to reflect 1.4 as base level

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

Modified: db/derby/code/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.txt?view=diff&rev=516596&r1=516595&r2=516596
==============================================================================
--- db/derby/code/trunk/BUILDING.txt (original)
+++ db/derby/code/trunk/BUILDING.txt Fri Mar  9 14:55:43 2007
@@ -681,11 +681,10 @@
 5   Mac OS X Requirements
 
 With Mac OS X, Java is now distributed as core technology, so no 
-downloads are needed except to upgrade to the latest release. The
-distribution includes both JDK 1.4 and JDK 1.3. Beginning with
-Mac OS X 10.4, JDK 1.5 may also be included. However, only the JDK 
-1.4 and JDK 1.3 Java runtime libraries are needed to compile or
-run Derby.
+downloads are needed except to upgrade to the latest release. Starting
+with Mac OS X 10.4 both JDK 1.5 and JDK 1.4 are included. Derby can
+be compiled with Ant using either the JDK 1.5 or JDK 1.4 included with 
+Mac OS X.
 
 
 5.1   Mac OS X ant.properties
@@ -695,17 +694,9 @@
 jar files are shown as part of the classpath values, but they need
 to be entered on a single line in the properties file.
 
-j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes
 j14lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes
 javatools.dir=${basedir}/tools/java
 
-java13compile.classpath=
-${j13lib}/classes.jar:
-${j13lib}/ui.jar:
-${j13lib}/i18n.jar:
-${j13lib}/sunrsasign.jar:
-${javatools.dir}/jdbc2_0-stdext.jar
-
 java14compile.classpath=
 ${j14lib}/classes.jar:
 ${j14lib}/ui.jar:
@@ -715,6 +706,6 @@
 ${j14lib}/jce.jar:
 ${j14lib}/charsets.jar
 
-compile.classpath=${java13compile.classpath}
+compile.classpath=${java14compile.classpath}
 javadoc.tool.jdk14=${java.home}/bin/javadoc