diff options
author | Justin Clarke Casey | 2008-12-02 15:22:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-02 15:22:58 +0000 |
commit | dde32f1130f83f9471fea474b1ebc9e0520be561 (patch) | |
tree | dc8683d7b14ada4aa07497da3ed4b5d7b79c57b8 /prebuild.xml | |
parent | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... (diff) | |
download | opensim-SC-dde32f1130f83f9471fea474b1ebc9e0520be561.zip opensim-SC-dde32f1130f83f9471fea474b1ebc9e0520be561.tar.gz opensim-SC-dde32f1130f83f9471fea474b1ebc9e0520be561.tar.bz2 opensim-SC-dde32f1130f83f9471fea474b1ebc9e0520be561.tar.xz |
* 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)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 030ea1c..1320ff3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1867,9 +1867,11 @@ | |||
1867 | <Files> | 1867 | <Files> |
1868 | <Match pattern="*.cs" recurse="true"/> | 1868 | <Match pattern="*.cs" recurse="true"/> |
1869 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> | 1869 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> |
1870 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1870 | <!-- add more as you go --> | 1871 | <!-- add more as you go --> |
1871 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1872 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1872 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1873 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1874 | <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
1873 | </Files> | 1875 | </Files> |
1874 | </Project> | 1876 | </Project> |
1875 | 1877 | ||