Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv26746
Modified Files:
build.xml proxool-ant.properties
Log Message:
compiled with debug by default
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** build.xml 25 Feb 2003 16:51:59 -0000 1.31
--- build.xml 26 Feb 2003 23:20:35 -0000 1.32
***************
*** 21,25 ****
<!-- Whether we include debug information in JAR file -->
! <property name="debug" value="false"/>
<!-- Current version e.g. 0.6.* -->
--- 21,25 ----
<!-- Whether we include debug information in JAR file -->
! <property name="debug" value="true"/>
<!-- Current version e.g. 0.6.* -->
Index: proxool-ant.properties
===================================================================
RCS file: /cvsroot/proxool/proxool/proxool-ant.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** proxool-ant.properties 6 Feb 2003 23:53:54 -0000 1.6
--- proxool-ant.properties 26 Feb 2003 23:20:36 -0000 1.7
***************
*** 21,26 ****
# name: debug
# range: true, false
! # default: false
! debug=false
# Path to Log4J configuration
--- 21,25 ----
# name: debug
# range: true, false
! # default: true
# Path to Log4J configuration
|