diff options
author | Adam Frisby | 2007-05-25 08:21:16 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-25 08:21:16 +0000 |
commit | b496d01c12c7ce74779bdd8cb07b070d47702d2d (patch) | |
tree | 694b885f62e4abfd44a10c943fc7a730ccf8d419 /OpenGridServices/OpenGrid.Config | |
parent | Set default MySQL port to the standard. (diff) | |
download | opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.zip opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.gz opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.bz2 opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.xz |
* Added new mysql_connection.ini file which contains configuration options for the database connection used by OGS.
* Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util.
* Ran prebuild, updated solution files.
Diffstat (limited to 'OpenGridServices/OpenGrid.Config')
-rw-r--r-- | OpenGridServices/OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenGridServices/OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build b/OpenGridServices/OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build index cbc8479..94e924e 100644 --- a/OpenGridServices/OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build +++ b/OpenGridServices/OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build | |||
@@ -24,8 +24,8 @@ | |||
24 | <include name="System.Xml.dll" /> | 24 | <include name="System.Xml.dll" /> |
25 | <include name="../../../bin/libsecondlife.dll" /> | 25 | <include name="../../../bin/libsecondlife.dll" /> |
26 | <include name="../../../bin/Db4objects.Db4o.dll" /> | 26 | <include name="../../../bin/Db4objects.Db4o.dll" /> |
27 | <include name="../../../bin/OpenSim.Framework.dll" /> | 27 | <include name="OpenSim.Framework.dll" /> |
28 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> | 28 | <include name="OpenSim.Framework.Console.dll" /> |
29 | </references> | 29 | </references> |
30 | </csc> | 30 | </csc> |
31 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" /> | 31 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" /> |