jvanzyl     01/07/24 08:45:02

  Modified:    src      build.xml
  Log:
  - working on the external integration to make a tambora installer,
    will also work for scarab when i'm done.
  
  Revision  Changes    Path
  1.16      +26 -1     jakarta-turbine-tdk/src/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/07/14 23:18:15     1.15
  +++ build.xml 2001/07/24 15:45:02     1.16
  @@ -101,7 +101,32 @@
     <!--                                                                     -->
     <!-- =================================================================== -->
   
  -  <target name="integrate" depends="application">
  +  <!-- We have to change the sample app to match what scarab/tambora
  +       have set up. For now this will take care of adjusting
  +       the properties -->
  +
  +  <target name="integrate-properties">
  +    <property name="app.root.templates" value="${app.root}/src/templates"/>
  +    <property name="app.root.conf" value="${app.root}/src/conf"/>
  +  </target>
  +  
  +  <target name="integrate" depends="integrate-properties,properties">
  +    <antcall target="webapp-structure"/>
  +    <antcall target="torque"/>
  +    <antcall target="turbine-schemas"/>
  +    <antcall target="turbine-libs"/>
  +    <antcall target="deployment-descriptor"/>
  +    <antcall target="templates"/>
  +    <!--
  +    <antcall target="resources"/>
  +    <antcall target="images"/>
  +    -->
  +    <antcall target="build"/>
  +    <antcall target="conf"/>
  +    <antcall target="turbine-resources"/>
  +    <!--
  +    <antcall target="flux"/>
  +    -->
     </target>
   
     <!-- =================================================================== -->
  
  
  

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

Reply via email to