mpoeschl    2002/08/19 07:53:25

  Modified:    profile  axion.profile db2400.profile dobbs.oracle.profile
                        dobbs.postgresql.profile dobbs.sapdb.profile
                        hsqldb.profile jmcnally.profile kschrader.profile
                        mysql.profile oracle.profile postgres.profile
                        sybase.profile
               .        maven.xml
  Log:
  update profiles
  - use torque. property names
  - remove properties taken from default.properties
  
  Revision  Changes    Path
  1.2       +18 -77    jakarta-turbine-torque/profile/axion.profile
  
  Index: axion.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/axion.profile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axion.profile     2 Jul 2002 16:18:09 -0000       1.1
  +++ axion.profile     19 Aug 2002 14:53:24 -0000      1.2
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = axion
  +torque.database = axion
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:axiondb:sqltest:target/test
  -buildDatabaseUrl = jdbc:axiondb:sqltest:target/test
  -databaseUrl = jdbc:axiondb:sqltest:target/test
  -databaseDriver = org.axiondb.jdbc.AxionDriver
  -databaseUser = sa
  -databasePassword =
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:axiondb:sqltest:target/test
  +torque.database.buildUrl = jdbc:axiondb:sqltest:target/test
  +torque.database.url = jdbc:axiondb:sqltest:target/test
  +torque.database.driver = org.axiondb.jdbc.AxionDriver
  +torque.database.user = sa
  +torque.database.password =
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.5       +18 -65    jakarta-turbine-torque/profile/db2400.profile
  
  Index: db2400.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/db2400.profile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- db2400.profile    24 Jun 2002 19:56:03 -0000      1.4
  +++ db2400.profile    19 Aug 2002 14:53:24 -0000      1.5
  @@ -18,7 +18,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -26,7 +26,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = db2400
  +torque.database = db2400
   
   # -------------------------------------------------------------------
   #
  @@ -47,14 +47,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -67,61 +67,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:as400://testhost/torquetest
  -buildDatabaseUrl = jdbc:as400://testhost/torquetest
  -databaseUrl = jdbc:as400://testhost/torquetest
  -databaseDriver = com.ibm.as400.access.AS400JDBCDriver
  -databaseUser =
  -databasePassword =
  -databaseHost = testhost
  +torque.database.createUrl = jdbc:as400://testhost/torquetest
  +torque.database.buildUrl = jdbc:as400://testhost/torquetest
  +torque.database.url = jdbc:as400://testhost/torquetest
  +torque.database.driver = com.ibm.as400.access.AS400JDBCDriver
  +torque.database.user =
  +torque.database.password =
  +torque.database.host = testhost
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.7       +19 -78    jakarta-turbine-torque/profile/dobbs.oracle.profile
  
  Index: dobbs.oracle.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.oracle.profile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- dobbs.oracle.profile      24 Jun 2002 19:56:03 -0000      1.6
  +++ dobbs.oracle.profile      19 Aug 2002 14:53:24 -0000      1.7
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = oracle
  +torque.database = oracle
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,74 +65,15 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:oracle:thin:@linuxdb:1521:dev
  -buildDatabaseUrl = jdbc:oracle:thin:@linuxdb:1521:dev
  -databaseUrl = jdbc:oracle:thin:@linuxdb:1521:dev
  -databaseDriver = oracle.jdbc.driver.OracleDriver
  -databaseUser = dobbs
  -databasePassword = dobbs
  -databaseHost = linuxdb
  -#databaseSchema = dobbs
  +torque.database.createUrl = jdbc:oracle:thin:@linuxdb:1521:dev
  +torque.database.buildUrl = jdbc:oracle:thin:@linuxdb:1521:dev
  +torque.database.url = jdbc:oracle:thin:@linuxdb:1521:dev
  +torque.database.driver = oracle.jdbc.driver.OracleDriver
  +torque.database.user = dobbs
  +torque.database.password = dobbs
  +torque.database.host = linuxdb
  +#torque.database.schema = dobbs
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.9       +18 -77    jakarta-turbine-torque/profile/dobbs.postgresql.profile
  
  Index: dobbs.postgresql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.postgresql.profile,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- dobbs.postgresql.profile  24 Jun 2002 19:56:03 -0000      1.8
  +++ dobbs.postgresql.profile  19 Aug 2002 14:53:24 -0000      1.9
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = postgresql
  +torque.database = postgresql
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/template1
  -buildDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  -databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  -databaseDriver = org.postgresql.Driver
  -databaseUser = dobbs
  -databasePassword =
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:postgresql://127.0.0.1:5432/template1
  +torque.database.buildUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  +torque.database.url = jdbc:postgresql://127.0.0.1:5432/bookstore
  +torque.database.driver = org.postgresql.Driver
  +torque.database.user = dobbs
  +torque.database.password =
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.9       +18 -77    jakarta-turbine-torque/profile/dobbs.sapdb.profile
  
  Index: dobbs.sapdb.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.sapdb.profile,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- dobbs.sapdb.profile       24 Jun 2002 19:56:03 -0000      1.8
  +++ dobbs.sapdb.profile       19 Aug 2002 14:53:24 -0000      1.9
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = sapdb
  +torque.database = sapdb
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  -buildDatabaseUrl = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  -databaseUrl = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  -databaseDriver = com.sap.dbtech.jdbc.DriverSapDB
  -databaseUser = tdk
  -databasePassword = tdk
  -databaseHost = edobbs
  +torque.database.createUrl = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  +torque.database.buildUrl = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  +torque.database.url = jdbc:sapdb://edobbs/TDK?sqlmode=oracle
  +torque.database.driver = com.sap.dbtech.jdbc.DriverSapDB
  +torque.database.user = tdk
  +torque.database.password = tdk
  +torque.database.host = edobbs
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.5       +18 -77    jakarta-turbine-torque/profile/hsqldb.profile
  
  Index: hsqldb.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/hsqldb.profile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hsqldb.profile    14 Aug 2002 22:53:21 -0000      1.4
  +++ hsqldb.profile    19 Aug 2002 14:53:24 -0000      1.5
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = hypersonic
  +torque.database = hypersonic
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:hsqldb:sqltest
  -buildDatabaseUrl = jdbc:hsqldb:sqltest
  -databaseUrl = jdbc:hsqldb:sqltest
  -databaseDriver = org.hsqldb.jdbcDriver
  -databaseUser = sa
  -databasePassword =
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:hsqldb:sqltest
  +torque.database.buildUrl = jdbc:hsqldb:sqltest
  +torque.database.url = jdbc:hsqldb:sqltest
  +torque.database.driver = org.hsqldb.jdbcDriver
  +torque.database.user = sa
  +torque.database.password =
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.4       +18 -77    jakarta-turbine-torque/profile/jmcnally.profile
  
  Index: jmcnally.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/jmcnally.profile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jmcnally.profile  24 Jun 2002 19:56:03 -0000      1.3
  +++ jmcnally.profile  19 Aug 2002 14:53:24 -0000      1.4
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = mysql
  +torque.database = mysql
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:mysql://localhost:3306/mysql
  -buildDatabaseUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseDriver = org.gjt.mm.mysql.Driver
  -databaseUser = root
  -databasePassword =
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:mysql://localhost:3306/mysql
  +torque.database.buildUrl = jdbc:mysql://localhost:3306/bookstore
  +torque.database.url = jdbc:mysql://localhost:3306/bookstore
  +torque.database.driver = org.gjt.mm.mysql.Driver
  +torque.database.user = root
  +torque.database.password =
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.4       +17 -76    jakarta-turbine-torque/profile/kschrader.profile
  
  Index: kschrader.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/kschrader.profile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- kschrader.profile 24 Jul 2002 21:33:55 -0000      1.3
  +++ kschrader.profile 19 Aug 2002 14:53:24 -0000      1.4
  @@ -17,7 +17,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -25,7 +25,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = oracle
  +torque.database = oracle
   
   # -------------------------------------------------------------------
   #
  @@ -46,14 +46,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -66,73 +66,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  -buildDatabaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  -databaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  -databaseDriver = oracle.jdbc.driver.OracleDriver
  -databaseUser = protot2
  -databasePassword = protot2protot2
  -databaseHost = cpddev2.engin.umich.edu
  +torque.database.createUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  +torque.database.buildUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  +torque.database.url = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
  +torque.database.driver = oracle.jdbc.driver.OracleDriver
  +torque.database.user = protot2
  +torque.database.password = protot2protot2
  +torque.database.host = cpddev2.engin.umich.edu
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
   sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  
  
  
  1.17      +18 -77    jakarta-turbine-torque/profile/mysql.profile
  
  Index: mysql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mysql.profile     14 Aug 2002 22:53:21 -0000      1.16
  +++ mysql.profile     19 Aug 2002 14:53:24 -0000      1.17
  @@ -1,4 +1,4 @@
  -c# location of jar that you will be using for testing
  +# location of jar that you will be using for testing
   # so that it can be copied into the dist/lib directory.
   
   torque.testDatabaseJar = 
${maven.home}/repository/mm.mysql/jars/mm.mysql-2.0.13-bin.jar
  @@ -25,7 +25,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = mysql
  +torque.database = mysql
   
   # -------------------------------------------------------------------
   #
  @@ -46,14 +46,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -66,73 +66,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:mysql://localhost:3306/mysql
  -buildDatabaseUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseDriver = org.gjt.mm.mysql.Driver
  -databaseUser = root
  -databasePassword =
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:mysql://localhost:3306/mysql
  +torque.database.buildUrl = jdbc:mysql://localhost:3306/bookstore
  +torque.database.url = jdbc:mysql://localhost:3306/bookstore
  +torque.database.driver = org.gjt.mm.mysql.Driver
  +torque.database.user = root
  +torque.database.password =
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -torque.schema.dir=schema
  +torque.sameJavaName = false
  
  
  
  1.13      +19 -78    jakarta-turbine-torque/profile/oracle.profile
  
  Index: oracle.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/oracle.profile,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- oracle.profile    24 Jun 2002 19:56:03 -0000      1.12
  +++ oracle.profile    19 Aug 2002 14:53:24 -0000      1.13
  @@ -17,7 +17,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -25,7 +25,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = oracle
  +torque.database = oracle
   
   # -------------------------------------------------------------------
   #
  @@ -46,14 +46,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -66,74 +66,15 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  -buildDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  -databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  -databaseDriver = oracle.jdbc.driver.OracleDriver
  -databaseUser = torque
  -databasePassword = torque
  -databaseHost = 192.168.0.1
  -databaseSchema = TORQUE
  +torque.database.createUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  +torque.database.buildUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  +torque.database.url = jdbc:oracle:thin:@192.168.0.1:1521:oracle
  +torque.database.driver = oracle.jdbc.driver.OracleDriver
  +torque.database.user = torque
  +torque.database.password = torque
  +torque.database.host = 192.168.0.1
  +torque.database.schema = TORQUE
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.14      +18 -77    jakarta-turbine-torque/profile/postgres.profile
  
  Index: postgres.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- postgres.profile  14 Aug 2002 22:53:21 -0000      1.13
  +++ postgres.profile  19 Aug 2002 14:53:24 -0000      1.14
  @@ -17,7 +17,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -25,7 +25,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = postgresql
  +torque.database = postgresql
   
   # -------------------------------------------------------------------
   #
  @@ -46,14 +46,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -66,73 +66,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/template1
  -buildDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  -databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  -databaseDriver = org.postgresql.Driver
  -databaseUser = torque
  -databasePassword = torque
  -databaseHost = 127.0.0.1
  +torque.database.createUrl = jdbc:postgresql://127.0.0.1:5432/template1
  +torque.database.buildUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
  +torque.database.url = jdbc:postgresql://127.0.0.1:5432/bookstore
  +torque.database.driver = org.postgresql.Driver
  +torque.database.user = torque
  +torque.database.password = torque
  +torque.database.host = 127.0.0.1
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.7       +18 -77    jakarta-turbine-torque/profile/sybase.profile
  
  Index: sybase.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/sybase.profile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sybase.profile    24 Jun 2002 19:56:03 -0000      1.6
  +++ sybase.profile    19 Aug 2002 14:53:24 -0000      1.7
  @@ -16,7 +16,7 @@
   #
   # -------------------------------------------------------------------
   
  -project = bookstore
  +torque.project = bookstore
   
   # -------------------------------------------------------------------
   #
  @@ -24,7 +24,7 @@
   #
   # -------------------------------------------------------------------
   
  -database = sybase
  +torque.database = sybase
   
   # -------------------------------------------------------------------
   #
  @@ -45,14 +45,14 @@
   # addIntakeRetrievable=implement Intake's Retrievable interface
   # -------------------------------------------------------------------
   
  -targetPackage=org.apache.torque.test
  -basePrefix=Base
  -addSaveMethod=true
  -addGetByNameMethod=true
  -complexObjectModel=true
  -addTimeStamp=true
  -addIntakeRetrievable=false
  -useManagers=true
  +torque.targetPackage=org.apache.torque.test
  +torque.basePrefix=Base
  +torque.addSaveMethod=true
  +torque.addGetByNameMethod=true
  +torque.complexObjectModel=true
  +torque.addTimeStamp=true
  +torque.addIntakeRetrievable=false
  +torque.useManagers=true
   
   # -------------------------------------------------------------------
   #
  @@ -65,73 +65,14 @@
   # Turbine system with the generated SQL.
   # -------------------------------------------------------------------
   
  -createDatabaseUrl = jdbc:sybase:Tds:localhost:5000/master
  -buildDatabaseUrl = jdbc:sybase:Tds:localhost:5000/bookstore
  -databaseUrl = jdbc:sybase:Tds:localhost:5000/bookstore
  -databaseDriver = com.sybase.jdbc2.jdbc.SybDriver
  -databaseUser = sa
  -databasePassword =
  -databaseHost = localhost
  +torque.database.createUrl = jdbc:sybase:Tds:localhost:5000/master
  +torque.database.buildUrl = jdbc:sybase:Tds:localhost:5000/bookstore
  +torque.database.url = jdbc:sybase:Tds:localhost:5000/bookstore
  +torque.database.driver = com.sybase.jdbc2.jdbc.SybDriver
  +torque.database.user = sa
  +torque.database.password =
  +torque.database.host = localhost
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.
  -sameJavaName=false
  -
  -# -------------------------------------------------------------------
  -#
  -#  D O C U M E N T A T I O   S E T T I N G S
  -#
  -# -------------------------------------------------------------------
  -# These settings will allow you to customize the way your schema
  -# documentation is created.
  -# Valid formats are: html, anakia (for use with jakarta-site2)
  -# -------------------------------------------------------------------
  -documentationFormat=html
  -
  -# -------------------------------------------------------------------
  -# You should NOT have to edit anything below here.
  -# -------------------------------------------------------------------
  -
  -# -------------------------------------------------------------------------
  -# The values for the ID_TABLE_ID column in the ID_TABLE start
  -# at 101 for tables used in projects.
  -# -------------------------------------------------------------------------
  -initialID = 101
  -
  -# -------------------------------------------------------------------
  -#
  -#  T E M P L A T E  P A T H
  -#
  -# -------------------------------------------------------------------
  -
  -templatePath = ../templates
  -
  -# -------------------------------------------------------------------
  -#
  -#  C O N T R O L  T E M P L A T E S
  -#
  -# -------------------------------------------------------------------
  -
  -SQLControlTemplate = sql/base/Control.vm
  -OMControlTemplate = om/Control.vm
  -idTableControlTemplate = sql/id-table/Control.vm
  -DataDTDControlTemplate = data/Control.vm
  -DataDumpControlTemplate = data/dump/Control.vm
  -DataSQLControlTemplate = sql/load/Control.vm
  -DocControlTemplate = doc/Control.vm
  -
  -# -------------------------------------------------------------------
  -#
  -#  O U T P U T  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -outputDirectory=src
  -
  -# -------------------------------------------------------------------
  -#
  -#  S C H E M A  D I R E C T O R Y
  -#
  -# -------------------------------------------------------------------
  -
  -schemaDirectory=schema
  +torque.sameJavaName=false
  
  
  
  1.10      +5 -5      jakarta-turbine-torque/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/maven.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- maven.xml 15 Aug 2002 00:56:03 -0000      1.9
  +++ maven.xml 19 Aug 2002 14:53:25 -0000      1.10
  @@ -114,12 +114,12 @@
       <echo message="Copying profile into distribution directory: 
${torque.testProfile}"/>
   
       <filter token="DATABASE_DEFAULT" value="${torque.defaultDatabase}"/>
  -    <filter token="DATABASE_URL" value="${databaseUrl}"/>
  -    <filter token="DATABASE_USER" value="${databaseUser}"/>
  -    <filter token="DATABASE_DRIVER" value="${databaseDriver}"/>
  -    <filter token="DATABASE_PASSWORD" value="${databasePassword}"/>
  +    <filter token="DATABASE_URL" value="${torque.database.url}"/>
  +    <filter token="DATABASE_USER" value="${torque.database.user}"/>
  +    <filter token="DATABASE_DRIVER" value="${torque.database.driver}"/>
  +    <filter token="DATABASE_PASSWORD" value="${torque.database.password}"/>
       <filter token="DATABASE_ID_METHOD" value="${torque.idMethod}"/>
  -    <filter token="DATABASE_ADAPTER" value="${database}"/>
  +    <filter token="DATABASE_ADAPTER" value="${torque.database}"/>
   
       <copy
         tofile="${torque.distDir}/build.properties"
  
  
  

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

Reply via email to