jvanzyl     01/11/14 19:05:04

  Modified:    src/conf build-torque.xml build.xml
               src/rttest Torque.properties
  Log:
  - id table target should not make id table entries for the id table itself
  - update Torque.properties for the runtime tests to reflect the tests
    being run in the bin/test directory.
  
  Revision  Changes    Path
  1.10      +1 -0      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build-torque.xml  2001/11/15 02:47:29     1.9
  +++ build-torque.xml  2001/11/15 03:05:04     1.10
  @@ -245,6 +245,7 @@
         targetDatabase="${database}">
         <fileset dir="${torque.home}/${schemaDirectory}">
           <include name="*-schema.xml"/>
  +        <exclude name="id-table-schema.xml"/>
         </fileset>
       </torque-sql>      
     </target>
  
  
  
  1.18      +1 -0      jakarta-turbine-torque/src/conf/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/11/15 02:47:29     1.17
  +++ build.xml 2001/11/15 03:05:04     1.18
  @@ -245,6 +245,7 @@
         targetDatabase="${database}">
         <fileset dir="${torque.home}/${schemaDirectory}">
           <include name="*-schema.xml"/>
  +        <exclude name="id-table-schema.xml"/>
         </fileset>
       </torque-sql>      
     </target>
  
  
  
  1.5       +2 -2      jakarta-turbine-torque/src/rttest/Torque.properties
  
  Index: Torque.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/rttest/Torque.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Torque.properties 2001/11/11 17:14:20     1.4
  +++ Torque.properties 2001/11/15 03:05:04     1.5
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: Torque.properties,v 1.4 2001/11/11 17:14:20 jvanzyl Exp $
  +# $Id: Torque.properties,v 1.5 2001/11/15 03:05:04 jvanzyl Exp $
   #
   # This is the configuration file for Torque.
   #
  @@ -8,7 +8,7 @@
   #
   # -------------------------------------------------------------------
   
  -torque.applicationRoot = bin/torque/torque
  +torque.applicationRoot = bin/test/rttest/logs
   
   # -------------------------------------------------------------------
   # 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to