mpoeschl    2003/07/24 05:46:10

  Modified:    src/tdk  build.properties build.xml
  Log:
  allow user to specify the used db and set the properties in build.properties when 
setting up the application
  
  Revision  Changes    Path
  1.13      +1 -0      jakarta-turbine-tdk/src/tdk/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/build.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties  14 Mar 2002 00:43:38 -0000      1.12
  +++ build.properties  24 Jul 2003 12:46:10 -0000      1.13
  @@ -7,3 +7,4 @@
   tdk.project = @PROJECT@
   target.package = org.mycompany.newapp
   target.directory = org/mycompany/newapp
  +target.database= @DATABASE@
  \ No newline at end of file
  
  
  
  1.28      +1 -1      jakarta-turbine-tdk/src/tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 21 Jul 2003 08:23:27 -0000      1.27
  +++ build.xml 24 Jul 2003 12:46:10 -0000      1.28
  @@ -240,7 +240,7 @@
       <filter token="TURBINE_VERSION" value="${tdk.turbineVersion}"/>
   
       <filter token="DATABASE" value="${target.database}"/>
  -    <filter token="DATABASE_DRIVER" value="${database.driver}"/>
  +    <filter token="DATABASE_DRIVER" value="${databaseDriver}"/>
       <filter token="DATABASE_URL" value="${databaseUrl}"/>
       <filter token="DATABASE_CREATE_URL" value="${createDatabaseUrl}"/>
       <filter token="DATABASE_BUILD_URL" value="${buildDatabaseUrl}"/>
  
  
  

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

Reply via email to