|
From: <sv...@de...> - 2005-05-27 19:07:12
|
Author: marijn
Date: 2005-05-27 15:07:09 -0400 (Fri, 27 May 2005)
New Revision: 1174
Modified:
humano2/trunk/config/config.xml.tmpl
Log:
* Undoing escaped changes that should not be in trunk.
Modified: humano2/trunk/config/config.xml.tmpl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/config/config.xml.tmpl 2005-05-27 18:57:27 UTC (rev 117=
3)
+++ humano2/trunk/config/config.xml.tmpl 2005-05-27 19:07:09 UTC (rev 117=
4)
@@ -9,9 +9,8 @@
<pass>h2_dbase!</pass> <!-- The password of the database -->
</database>
<locations>
- <base>C:\h2_install</base> <!-- The base directory from where the=
files are referenced. -->
- <dbdrivers>bin</dbdrivers> <!-- Where is the database driver d=
irecotory -->
- <session>sessions</session> <!-- Directory where are the sessio=
n xml files stored -->
+ <dbdrivers>C:\h2_install\bin</dbdrivers> <!-- Where is the datab=
ase driver direcotory -->
+ <session>C:\h2_sessions</session> <!-- Directory where ar=
e the session xml files stored -->
<webbase>http://localhost:8080</webbase> <!-- what's the base lo=
cation where the humano2 installation lives? -->=20
</locations>
<log>
|