From dde32f1130f83f9471fea474b1ebc9e0520be561 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Tue, 2 Dec 2008 15:22:58 +0000
Subject: * Reapply http://opensimulator.org/mantis/view.php?id=2710 * This
patch gets NHibernate working *** PLEASE NOTE: This patch now requires the
libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the
System.Data.Oracle missing failure) *** * Not sure what the dependency is on
other distros. Adding this info to
http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds
Castle.* libraries that were missing last time (note, dlls have been added
from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
---
bin/Castle.Core.dll | Bin 0 -> 73728 bytes
bin/Castle.DynamicProxy2.dll | Bin 0 -> 106496 bytes
bin/Iesi.Collections.dll | Bin 12288 -> 32768 bytes
bin/NHibernate.Mapping.Attributes.dll | Bin 231936 -> 0 bytes
bin/NHibernate.dll | Bin 958976 -> 1638400 bytes
bin/OpenSim.32BitLaunch.exe.config | 6 ++++++
6 files changed, 6 insertions(+)
create mode 100644 bin/Castle.Core.dll
create mode 100644 bin/Castle.DynamicProxy2.dll
delete mode 100644 bin/NHibernate.Mapping.Attributes.dll
(limited to 'bin')
diff --git a/bin/Castle.Core.dll b/bin/Castle.Core.dll
new file mode 100644
index 0000000..2464e66
Binary files /dev/null and b/bin/Castle.Core.dll differ
diff --git a/bin/Castle.DynamicProxy2.dll b/bin/Castle.DynamicProxy2.dll
new file mode 100644
index 0000000..83e192e
Binary files /dev/null and b/bin/Castle.DynamicProxy2.dll differ
diff --git a/bin/Iesi.Collections.dll b/bin/Iesi.Collections.dll
index f078c5a..107c362 100644
Binary files a/bin/Iesi.Collections.dll and b/bin/Iesi.Collections.dll differ
diff --git a/bin/NHibernate.Mapping.Attributes.dll b/bin/NHibernate.Mapping.Attributes.dll
deleted file mode 100644
index 4e965a4..0000000
Binary files a/bin/NHibernate.Mapping.Attributes.dll and /dev/null differ
diff --git a/bin/NHibernate.dll b/bin/NHibernate.dll
index e7da3ea..392852e 100644
Binary files a/bin/NHibernate.dll and b/bin/NHibernate.dll differ
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config
index 61f0859..70d179f 100644
--- a/bin/OpenSim.32BitLaunch.exe.config
+++ b/bin/OpenSim.32BitLaunch.exe.config
@@ -19,6 +19,12 @@
+
+
+
+
+
+
--
cgit v1.1