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 jv...@apache.org on 2001/07/15 01:18:16 UTC

cvs commit: jakarta-turbine-tdk/src build.xml

jvanzyl     01/07/14 16:18:16

  Modified:    src      build.xml
  Log:
  - flux resources are no longer present
  
  Revision  Changes    Path
  1.15      +1 -7      jakarta-turbine-tdk/src/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	2001/06/28 12:53:14	1.14
  +++ build.xml	2001/07/14 23:18:15	1.15
  @@ -66,8 +66,8 @@
       <antcall target="build"/>
       <antcall target="conf"/>
       <antcall target="sample-source"/>
  -    <antcall target="flux"/>
       <antcall target="turbine-resources"/>
  +    <antcall target="flux"/>
   
       <!-- =================================================================== -->
       <!-- Here we cannot just simply compile all the sources because          -->
  @@ -293,12 +293,6 @@
   
       <copy todir="${app.home}/templates/flux">
         <fileset dir="${share.dir}/flux/src/templates"/>
  -    </copy>
  -
  -    <copy todir="${app.home}/resources">
  -      <fileset dir="${share.dir}/flux/src/resources">
  -        <exclude name="skin.props"/>
  -      </fileset>
       </copy>
   
       <copy file="${share.dir}/flux/conf/Flux.properties" todir="${app.conf}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org