You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by mp...@apache.org on 2002/02/21 18:29:41 UTC

cvs commit: jakarta-turbine-tdk build-turbine2.xml

mpoeschl    02/02/21 09:29:41

  Modified:    .        build-turbine2.xml
  Log:
  don't copy unused torque templates
  
  Revision  Changes    Path
  1.8       +9 -7      jakarta-turbine-tdk/build-turbine2.xml
  
  Index: build-turbine2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build-turbine2.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build-turbine2.xml	12 Dec 2001 15:53:49 -0000	1.7
  +++ build-turbine2.xml	21 Feb 2002 17:29:40 -0000	1.8
  @@ -4,9 +4,9 @@
   
     <property file="${user.home}/build.properties" />
     <property file="build.properties" />
  -  
  +
     <target name="main">
  -    
  +
       <echo>
         +----------------------------------------------------------------+
         | Assembling Turbine 2.x System                                  |
  @@ -15,16 +15,18 @@
         | required to generate a Turbine 2.x sample application.         |
         +----------------------------------------------------------------+
       </echo>
  -  
  +
       <copy todir="${tdk.ancillary2.dir}/src/conf">
  -      <fileset dir="${tdk.turbine2.home}/conf"/>
  +      <fileset dir="${tdk.turbine2.home}/conf">
  +        <exclude name="torque/**"/>
  +      </fileset>
       </copy>
  -    
  -    <copy 
  +
  +    <copy
         todir="${tdk.app2.template.dir}/src/conf"
         file="${tdk.turbine2.home}/conf/master/turbine-schema.xml"
       />
  -    
  +
       <copy todir="${tdk.app2.template.dir}/src/conf">
         <fileset dir="${tdk.flux2.home}/conf"/>
       </copy>
  
  
  

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