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 2001/07/13 23:10:28 UTC

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

mpoeschl    01/07/13 14:10:28

  Modified:    build    build.properties build.xml
  Log:
  add property to choose sample-app (sample or sample30)
  
  Revision  Changes    Path
  1.6       +6 -3      jakarta-turbine-tdk/build/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build/build.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties	2001/05/15 17:39:51	1.5
  +++ build.properties	2001/07/13 21:10:25	1.6
  @@ -1,13 +1,13 @@
   # -------------------------------------------------------------------
   # Properties for building the TDK
   # -------------------------------------------------------------------
  -tdk.version = 2.1b1
  +tdk.version = 3.0-test
   
   # These will be standardized when Maven is
   # finished, sorry for the inconsistency in naming.
   
  -turbine.home = ../../jakarta-turbine-2.1
  -#turbine.home = ../../jakarta-turbine
  +#turbine.home = ../../jakarta-turbine-2.1
  +turbine.home = ../../jakarta-turbine
   ant.src.home = ../../jakarta-ant
   hypersonic.home = ../../hypersonic
   velocity.home = ../../jakarta-velocity
  @@ -21,3 +21,6 @@
   tdk.xdocs = ../xdocs
   tdk.base = ../dist
   tdk.dist = ../dist/tdk
  +
  +#sample.dir = sample
  +sample.dir = sample30
  
  
  
  1.14      +6 -2      jakarta-turbine-tdk/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	2001/06/19 12:17:39	1.13
  +++ build.xml	2001/07/13 21:10:25	1.14
  @@ -70,7 +70,12 @@
       <!-- =================================================================== -->
   
       <copy todir="${tdk.dist}">
  -       <fileset dir="${tdk.src}"/>
  +      <fileset dir="${tdk.src}">
  +        <exclude name="share/sample*"/>
  +      </fileset>
  +    </copy>
  +    <copy todir="${tdk.dist}/share/sample">
  +      <fileset dir="${tdk.src}/share/${sample.dir}"/>
       </copy>
   
       <!-- =================================================================== -->
  @@ -168,7 +173,6 @@
       <copy todir="${tdk.dist.lib}">
         <fileset dir="${turbine.lib}">
           <exclude name="castor*.jar"/>
  -        <exclude name="webmacro*.jar"/>
           <exclude name="servlet*.jar"/>
         </fileset>
       </copy>
  
  
  

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