You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gl...@apache.org on 2002/05/27 15:14:57 UTC

cvs commit: jakarta-commons/dbcp build.xml

glenn       02/05/27 06:14:57

  Modified:    dbcp     build.xml
  Log:
  Turn on javac debug
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-commons/dbcp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	19 Mar 2002 06:05:34 -0000	1.7
  +++ build.xml	27 May 2002 13:14:57 -0000	1.8
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.7 2002/03/19 06:05:34 craigmcc Exp $ -->
  +<!-- $Id: build.xml,v 1.8 2002/05/27 13:14:57 glenn Exp $ -->
   <project name="jakarta-commons-dbcp" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -196,7 +196,7 @@
         <javac destdir="${dest.classes}"
                srcdir="${dest.src}"
                classpath="${classpath}"
  -             debug="false"
  +             debug="true"
                deprecation="true"
                optimize="true">
           <exclude name="org/apache/commons/dbcp/BasicDataSourceFactory"
  @@ -217,7 +217,7 @@
         <javac destdir="${dest.classes}"
                srcdir="${dest.src}"
                classpath="${classpath}"
  -             debug="false"
  +             debug="true"
                deprecation="true"
                optimize="true"/>
      </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>