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.Framework.Manager | |
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.Framework.Manager')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Manager/OpenGrid.Framework.Manager.dll.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Manager/OpenGrid.Framework.Manager.dll.build b/OpenGridServices/OpenGrid.Framework.Manager/OpenGrid.Framework.Manager.dll.build index f8cc80e..1faa190 100644 --- a/OpenGridServices/OpenGrid.Framework.Manager/OpenGrid.Framework.Manager.dll.build +++ b/OpenGridServices/OpenGrid.Framework.Manager/OpenGrid.Framework.Manager.dll.build | |||
@@ -20,10 +20,10 @@ | |||
20 | <include name="${project::get-base-directory()}/${build.dir}" /> | 20 | <include name="${project::get-base-directory()}/${build.dir}" /> |
21 | </lib> | 21 | </lib> |
22 | <include name="System.dll" /> | 22 | <include name="System.dll" /> |
23 | <include name="../../bin/OpenSim.Framework.dll" /> | 23 | <include name="OpenSim.Framework.dll" /> |
24 | <include name="../../bin/OpenSim.Servers.dll" /> | 24 | <include name="OpenSim.Servers.dll" /> |
25 | <include name="../../bin/libsecondlife.dll" /> | 25 | <include name="../../bin/libsecondlife.dll" /> |
26 | <include name="../../bin/XMLRPC.dll" /> | 26 | <include name="XMLRPC.dll" /> |
27 | </references> | 27 | </references> |
28 | </csc> | 28 | </csc> |
29 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> | 29 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |