prickett 2002/10/05 18:11:47
Modified: periodicity build-legacy.xml
periodicity/conf/build build.db.properties
Log:
Added MySQL Driver Settings to the build.db.properties file
Added PostgreSQL Driver Settings to the build.db.properties file
Added MS SQL Database Setting to the build.db.properties file
Added Oracle Database Settings to the build.db.properties file
Added Oracle Driver Settings to the build.db.properties file
Added Axion Database Settings to the build.db.properties file
Revision Changes Path
1.7 +0 -1 jakarta-commons-sandbox/periodicity/build-legacy.xml
Index: build-legacy.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/build-legacy.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-legacy.xml 5 Oct 2002 21:56:09 -0000 1.6
+++ build-legacy.xml 6 Oct 2002 01:11:47 -0000 1.7
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<project name="Periodicity" default="om" basedir=".">
-
<path id="classpath">
<fileset dir="${maven.home}/repository">
<include name="**/*.jar"/>
1.5 +61 -9
jakarta-commons-sandbox/periodicity/conf/build/build.db.properties
Index: build.db.properties
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/periodicity/conf/build/build.db.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.db.properties 5 Oct 2002 21:56:09 -0000 1.4
+++ build.db.properties 6 Oct 2002 01:11:47 -0000 1.5
@@ -13,14 +13,18 @@
# -------------------------------------------------------------------
periodicity.mysql.db.name=mysql
-periodicity.mysql.url.scheme=jdbc:mysql
periodicity.mysql.admin.path=mysql
periodicity.mysql.default.port=
-periodicity.mysql.driver=org.gjt.mm.mysql.Driver
-periodicity.mysql.admin.url=${periodicity.mysql.url.scheme}://${periodicity.database.host}/${periodicity.mysql.admin.path}
+# -------------------------------------------------------------------
+#
+# M Y S Q L D R I V E R S E T T I N G S
+#
+# -------------------------------------------------------------------
-periodicity.mysql.admin.url=${periodicity.mysql.url.scheme}://${periodicity.database.host}:${periodicity.database.port}/${torque.project}
+periodicity.mysql.default.driver.name=mysql.default
+periodicity.mysql.default.driver=org.gjt.mm.mysql.Driver
+periodicity.mysql.default.driver.scheme=jdbc:mysql
# -------------------------------------------------------------------
#
@@ -29,14 +33,62 @@
# -------------------------------------------------------------------
periodicity.postgresql.db.name=postgresql
-periodicity.postgresql.url.scheme=jdbc:postgresql
periodicity.postgresql.admin.path=template1
periodicity.postgresql.default.port=5432
-periodicity.postgresql.driver=org.postgresql.Driver
-postgresql.createDatabaseUrl=jdbc:postgresql://${databaseHost}:5432/template1
-postgresql.databaseUrl=jdbc:postgresql://${databaseHost}:5432/periodicity
-postgresql.databaseDriver=org.postgresql.Driver
+# -------------------------------------------------------------------
+#
+# P O S T G R E S Q L D R I V E R S E T T I N G S
+#
+# -------------------------------------------------------------------
+
+periodicity.postgresql.default.driver.name=postgresql.default
+periodicity.postgresql.default.driver=org.postgresql.Driver
+periodicity.postgresql.default.driver.scheme=jdbc:postgresql
+
+# --------------------------------------------------------------------
+#
+# M S S Q L D A T A B A S E S E T T I N G S
+#
+# -------------------------------------------------------------------
+
+periodicity.mssql.db.name=mssql
+
+# -------------------------------------------------------------------
+#
+# O R A C L E D A T A B A S E S E T T I N G S
+#
+# -------------------------------------------------------------------
+
+periodicity.oracle.db.name=oracle
+periodicity.oracle.default.port=1521
+
+# ------------------------------------------------------------------
+#
+# O R A C L E D R I V E R S E T T I N G S
+#
+# ------------------------------------------------------------------
+
+periodicity.oracle.default.driver.name=oracle.default
+periodicity.oracle.default.driver=oracle.jdbc.driver.OracleDriver
+periodicity.oracle.default.driver.scheme=jdbc:oracle:thin
+
+# ------------------------------------------------------------------
+#
+# A X I O N D A T A B A S E
+#
+# ------------------------------------------------------------------
+
+periodicity.axion.default.driver.scheme=jdbc:axiondb
+
+# ------------------------------------------------------------------
+#
+# A X I O N D A T A B A S E S E T T I N G S
+#
+# ------------------------------------------------------------------
+
+periodicity.axion.default.driver.name=axion.default
+periodicity.axion.default.driver=org.axiondb.jdbc.AxionDriver
# Tells JDBC task that javaName attribute for the tables and columns
# should be made same as SQL name.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>