prickett 2002/10/06 16:42:34
Modified: periodicity maven.xml project.properties
periodicity/conf/build build.db.properties
Log:
Temporarily removed the derived properties from maven.xml
Added Interbase Server Settings
Added InterClient Driver Settings
Revision Changes Path
1.6 +1 -16 jakarta-commons-sandbox/periodicity/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 5 Oct 2002 21:56:09 -0000 1.5
+++ maven.xml 6 Oct 2002 23:42:34 -0000 1.6
@@ -12,24 +12,9 @@
<j:choose>
<j:when test="${periodicityDatabase == 'mysql'}">
- <property name="derived.db.url.scheme"
- value="${periodicity.mysql.url.scheme}"/>
- <property name="derived.db.admin.path"
- value="${periodicity.mysql.admin.path}"/>
- <property name="derived.db.default.port"
- value="${periodicity.mysql.default.port}"/>
- <property name="derived.db.driver"
- value="${periodicity.mysql.driver}"/>
+
</j:when>
<j:when test="${periodicityDatabase == 'postgresql'}">
- <property name="derived.db.url.scheme"
- value="${periodicity.postgresql.url.scheme}"/>
- <property name="derived.db.admin.path"
- value="${periodicity.postgresql.admin.path}"/>
- <property name="derived.db.default.port"
- value="${periodicity.postgresql.default.port}"/>
- <property name="derived.db.driver"
- value="${periodicity.postgresql.driver}"/>
</j:when>
</j:choose>
1.2 +1 -1 jakarta-commons-sandbox/periodicity/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 5 Oct 2002 01:35:56 -0000 1.1
+++ project.properties 6 Oct 2002 23:42:34 -0000 1.2
@@ -23,7 +23,7 @@
# Default: none
# -------------------------------------------------------------------
-periodicity.database=postgresql
+periodicity.database=mysql
# --------------------------------------------------------------------
#
1.10 +18 -1
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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.db.properties 6 Oct 2002 20:27:41 -0000 1.9
+++ build.db.properties 6 Oct 2002 23:42:34 -0000 1.10
@@ -4,7 +4,7 @@
#
# -------------------------------------------------------------------
-periodicity.database.port
+periodicity.database.port=
# -------------------------------------------------------------------
#
@@ -181,6 +181,23 @@
periodicity.hypersonic.hsql.protocol.name=protocol.hsql
periodicity.hypersonic.hsql.protocol.scheme=jdbc:hsqldb:HSQL
+# ------------------------------------------------------------------
+#
+# I N T E R B A S E S E R V E R S E T T I N G S
+#
+# ------------------------------------------------------------------
+
+periodicity.interbase.db.name=interbase
+
+# ------------------------------------------------------------------
+#
+# I N T E R C L I E N T D R I V E R S E T T I N G S
+#
+# ------------------------------------------------------------------
+
+periodicity.interbase.default.driver.name=interclient
+periodicity.interbase.default.driver=interbase.interclient.Driver
+periodicity.interbase.default.scheme=jdbc:interbase
# 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]>