jvanzyl     01/09/14 18:09:06

  Modified:    src/tdk  build.xml
  Log:
  - creating a separate target for adjusting a cvslayout app to the
    classic method that people might be accustomed to in the TDK.
  
  Revision  Changes    Path
  1.5       +7 -7      jakarta-turbine-tdk/src/tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/09/15 01:05:14     1.4
  +++ build.xml 2001/09/15 01:09:06     1.5
  @@ -28,7 +28,7 @@
       <property name="src.dir" value="../src"/>
       <property name="conf.dir" value="../conf"/>
       <property name="app.root" value="webContext"/>
  -    <property name="abs.conf.dir" value="webapp/${turbine.app}/WEB-INF/conf"/>
  +    <property name="abs.conf.dir" value="webapps/${turbine.app}/WEB-INF/conf"/>
       <property name="app.properties" 
value="/WEB-INF/conf/TurbineResources.properties"/>
     </target>
   
  @@ -63,12 +63,17 @@
     <!-- =================================================================== -->
     
     <target name="application" depends="properties">
  -
       <antcall target="build-base"/>
       <antcall target="libs"/>
       <antcall target="deployment-descriptor"/>
       <mkdir dir="${app.classes}"/>
  +    <antcall target="name-project-conf-files"/>
  +    <antcall target="turbine-resources"/>
  +    <antcall target="message"/>
  +  </target>
   
  +  <target name="adjust-for-classic">
  +    
       <!-- Now we have to make some adjustments to have the exact
            same setup that we had before so people who are familiar
            with the sample app can continue to play with it. -->
  @@ -105,11 +110,6 @@
       <move todir="webapps/${turbine.app}/WEB-INF/src">
         <fileset dir="webapps/${turbine.app}/src"/>
       </move>
  -
  -    <antcall target="name-project-conf-files"/>
  -    <antcall target="turbine-resources"/>
  -    <antcall target="message"/>
  -
     </target>
   
     <target name="name-project-conf-files">
  
  
  

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

Reply via email to