jvanzyl     01/08/31 13:29:39

  Modified:    .        build.xml
  Log:
  - copy the jdbc descriptor to the location the tdk sample build
    expects them to be.
  
  Revision  Changes    Path
  1.11      +6 -1      jakarta-turbine-tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/08/31 19:04:01     1.10
  +++ build.xml 2001/08/31 20:29:39     1.11
  @@ -182,6 +182,7 @@
            1. Security Service Schema
            2. Scheduler Service Schema
            3. Id Table Schema
  +         4. Jdbc descriptors
            
       -->
       
  @@ -199,7 +200,11 @@
         todir="${tdk.dist}/share/conf"
         file="${torque.home}/src/schema/id-table-schema.xml"
       />
  -    
  +
  +    <copy todir="${tdk.dist}/share/conf/database">
  +      <fileset dir="${torque.home}/src/conf/database"/>
  +    </copy>
  +
       <!-- =================================================================== -->
       <!-- T D K  J A R  F I L E S                                             -->
       <!-- =================================================================== -->
  
  
  

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

Reply via email to