Author: rmorgan
Date: 2007-03-14 11:15:48 -0800 (Wed, 14 Mar 2007)
New Revision: 3757
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3757
Modified:
branches/HQ_3_0/etc/build.properties
Log:
Test backport.
Modified: branches/HQ_3_0/etc/build.properties
===================================================================
--- branches/HQ_3_0/etc/build.properties 2007-03-14 19:15:28 UTC (rev 3756)
+++ branches/HQ_3_0/etc/build.properties 2007-03-14 19:15:48 UTC (rev 3757)
@@ -79,19 +79,6 @@
# on new schema changes, things may break.
hq.schema.target.version=LATEST
-# Tablespace configuration
-# By default, all these are "DEFAULT" which means DBSetup will ignore the
-# tablespace property and just use whatever default tablespace is configured
-# for that database user.
-server.tablespace.m_data=DEFAULT
-server.tablespace.m_idx=DEFAULT
-server.tablespace.pl_data=DEFAULT
-server.tablespace.pl_idx=DEFAULT
-server.tablespace.lg_data=DEFAULT
-server.tablespace.lg_idx=DEFAULT
-server.tablespace.sm_data=DEFAULT
-server.tablespace.sm_idx=DEFAULT
-
#
# java compiler options
hq.javac.source=1.4
|