From d22fb3d5210a72c35afce35ee9779e7ccfa5da00 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:46:38 +0000 Subject: [PATCH] 2002/04/30 21:17:23 darcs-hash:20040130064638-2ba56-21d96e6325c53c14f4b97149f02ee734d10efd11.gz --- README | 4 ++++ build.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index bbe83b7..94d81a0 100644 --- a/README +++ b/README @@ -104,6 +104,10 @@ To build, make sure your $JAVA_HOME points to jdk1.2 or later, and type ./ant -Dplat= +If you're using jdk1.2 or jdk1.3 to compile, you should remove +src/org/xwt/plat/Java14.java, since it can only be compiled with +jdk1.4+. + The name of any class in org.xwt.plat is a valid ; here is a list as of 20-Mar-2002: diff --git a/build.xml b/build.xml index 4e53a6d..767fa2c 100644 --- a/build.xml +++ b/build.xml @@ -122,8 +122,8 @@ - - + + /home/megacz/bin/sign/sign ${build-id} -- 1.7.10.4