You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by fu...@apache.org on 2005/02/01 19:21:28 UTC

cvs commit: gump/project db-derby.xml

fuzzylogic    2005/02/01 10:21:28

  Modified:    project  db-derby.xml
  Log:
  Hopefully fix problem with compile.classpath. Add derbyTesting.jar to build products.
  
  Revision  Changes    Path
  1.6       +3 -0      gump/project/db-derby.xml
  
  Index: db-derby.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-derby.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- db-derby.xml	26 Jan 2005 10:03:29 -0000	1.5
  +++ db-derby.xml	1 Feb 2005 18:21:28 -0000	1.6
  @@ -28,6 +28,8 @@
             <property name="build.sysclasspath" value="last"/>
             <property name="java13compile.classpath" project="java-runtime-1.3"
                       reference="jarpath"/>
  +          <property name="compile.classpath" project="java-runtime-1.3"
  +                    reference="jarpath"/>
           </ant>
           <package>org.apache.derby</package>
   
  @@ -51,6 +53,7 @@
           <jar name="jars/insane/derby.jar" id="derbyengine"/>
           <jar name="jars/insane/derbytools.jar" id="derbytools"/>
           <jar name="jars/insane/derbynet.jar" id="derbyserver"/>
  +        <jar name="jars/insane/derbyTesting.jar" id="derbytesting"/>
           <license name="LICENSE"/>
           <javadoc nested="javadoc"/>