aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-01 18:42:14 +0000
committerJustin Clarke Casey2008-12-01 18:42:14 +0000
commit80520206fcd4c8c85eb28b4800c42136365b164d (patch)
tree9a5f583028198b44b0dc98b409fa410a4dab6418 /prebuild.xml
parent* Temporarily revert nhibernate.dll to the previous one (diff)
downloadopensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.zip
opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.gz
opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.bz2
opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.xz
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
Diffstat (limited to '')
-rw-r--r--prebuild.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1320ff3..030ea1c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1867,11 +1867,9 @@
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"/>
1871 <!-- add more as you go --> 1870 <!-- add more as you go -->
1872 <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> 1871 <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
1873 <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> 1872 <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
1874 <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/>
1875 </Files> 1873 </Files>
1876 </Project> 1874 </Project>
1877 1875