jvanzyl     01/09/21 07:09:54

  Modified:    .        build.properties build.xml
  Log:
  - adding ${tdk.profileDirectory} so that people can store their test
    profiles anywhere they like but the default values are in the
    build.properties file. you can keep your profiles in a separate
    directory if you wish.
  
  Revision  Changes    Path
  1.15      +1 -0      jakarta-turbine-tdk/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.properties  2001/09/21 06:52:05     1.14
  +++ build.properties  2001/09/21 14:09:54     1.15
  @@ -12,6 +12,7 @@
   tdk.ancillary2.dir = ${tdk.share.dir}/ancillary/2
   tdk.ancillary3.dir = ${tdk.share.dir}/ancillary/3
   tdk.site = ${tdk.dist}/webapps/site
  +tdk.profileDirectory = ./profile
   tdk.defaultProfile = t2-tc4-hsqldb
   
   # -------------------------------------------------------------------
  
  
  
  1.18      +1 -1      jakarta-turbine-tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/09/21 06:49:00     1.17
  +++ build.xml 2001/09/21 14:09:54     1.18
  @@ -5,7 +5,7 @@
   
     <property file="${user.home}/build.properties" />
     <property file="build.properties" />
  -  <property file="profile/${tdk.defaultProfile}.profile"/>
  +  <property file="${tdk.profileDirectory}/${tdk.defaultProfile}.profile"/>
     
     <!-- ================================================================== -->
     <!-- E N V I R O N M E N T                                              -->
  
  
  

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

Reply via email to