jvanzyl     01/09/22 11:13:28

  Modified:    profile  t2-tc4-mysql.profile
  Log:
  - specifying the tdk.project so that eventually a whole set of projects
    can be generated from the profiles. will probably key the name of
    ${tdk.project} off the profile name.
  
  Revision  Changes    Path
  1.5       +5 -4      jakarta-turbine-tdk/profile/t2-tc4-mysql.profile
  
  Index: t2-tc4-mysql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/profile/t2-tc4-mysql.profile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- t2-tc4-mysql.profile      2001/09/21 18:29:36     1.4
  +++ t2-tc4-mysql.profile      2001/09/22 18:13:27     1.5
  @@ -2,13 +2,14 @@
   # T E S T  P R O F I L E
   # -------------------------------------------------------------------
   
  -profileName = t2-tc4-mysql
  -profileDescription = Turbine 2.x / Tomcat 4.0 / MySQL
  +tdk.profileName = t2-tc4-mysql
  +tdk.profileDescription = Turbine 2.x / Tomcat 4.0 / MySQL
   tdk.turbineVersion = 2
  +tdk.project = newapp
   tdk.servletContainer = tomcat4
   database = mysql
  -databaseUrl = jdbc:mysql://127.0.0.1/newapp
  -build.databaseUrl = jdbc:mysql://127.0.0.1/newapp
  +databaseUrl = jdbc:mysql://127.0.0.1/${tdk.project}
  +build.databaseUrl = jdbc:mysql://127.0.0.1/${tdk.project}
   databaseDriver = org.gjt.mm.mysql.Driver
   databaseUser = turbine
   databasePassword = turbine
  
  
  

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

Reply via email to