Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv28756
Modified Files:
proxool-ant.properties
Log Message:
reintroduce jdk target property
Index: proxool-ant.properties
===================================================================
RCS file: /cvsroot/proxool/proxool/proxool-ant.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** proxool-ant.properties 16 Jan 2003 11:58:28 -0000 1.4
--- proxool-ant.properties 28 Jan 2003 12:00:30 -0000 1.5
***************
*** 13,16 ****
--- 13,21 ----
# command line, this file, the defaults from the build.xml.
+ # JDK - what is the target JDK
+ # range: 1.2, 1.3, 1.4
+ # (note that 1.3 and 1.4 are identical)
+ # default: 1.3
+
# Build Directory - where to build classes and jar files
# range: valid path relative to build.xml
|