User: oberg Date: 00/11/07 04:13:51 Modified: src/etc/conf/default instantdb.properties Log: Fixed directory references (../../ instead of ../) Revision Changes Path 1.2 +4 -4 jboss/src/etc/conf/default/instantdb.properties Index: instantdb.properties =================================================================== RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/instantdb.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- instantdb.properties 2000/10/27 09:52:47 1.1 +++ instantdb.properties 2000/11/07 12:13:51 1.2 @@ -8,22 +8,22 @@ ! Path where index tables are held. Can be absolute or relative ! to the properties file. Defaults to tablePath. ! -indexPath=../db/instantdb/indexes +indexPath=../../db/instantdb/indexes ! ! Path where system tables are held. Can be absolute or relative to ! the properties file. Defaults to tablePath. ! -systemPath=../db/instantdb/system +systemPath=../../db/instantdb/system ! ! Path where database tables are held. Can be absolute or relative ! to the properties file. Defaults to "current" directory. ! -tablePath=../db/instantdb/tables +tablePath=../../db/instantdb/tables ! ! Path where results set tables are held. Can be absolute or relative ! to the properties file. Defaults to tablePath. ! -tmpPath=../tmp +tmpPath=../../tmp ! ! Non-zero means paths are relative to the properties file. ! Default is absolute paths for files.
