|
From: <rm...@hy...> - 2007-03-14 19:04:27
|
Author: rmorgan Date: 2007-03-14 11:04:14 -0800 (Wed, 14 Mar 2007) New Revision: 3755 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3755 Modified: trunk/etc/build.properties Log: Test commit, remove old tablespace properties. Modified: trunk/etc/build.properties =================================================================== --- trunk/etc/build.properties 2007-03-14 18:55:06 UTC (rev 3754) +++ trunk/etc/build.properties 2007-03-14 19:04:14 UTC (rev 3755) @@ -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 |