Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv21838
Modified Files:
proxool-ant.properties
Log Message:
JDK is now autodetected
Index: proxool-ant.properties
===================================================================
RCS file: /cvsroot/proxool/proxool/proxool-ant.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** proxool-ant.properties 28 Jan 2003 12:00:30 -0000 1.5
--- proxool-ant.properties 6 Feb 2003 23:53:54 -0000 1.6
***************
*** 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
--- 13,16 ----
***************
*** 24,27 ****
--- 19,23 ----
# Debug - whether to compile with debug information
+ # name: debug
# range: true, false
# default: false
|