aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-07 23:16:36 +0100
committerJustin Clark-Casey (justincc)2011-04-07 23:20:04 +0100
commit9d40c0dcc70462d78d6347676927b05eed245a9a (patch)
tree2f7fb8f320a93c15dde9e1bf7ef53d4999743601 /prebuild.xml
parentBundle a built-from-source Mac OS X sqlite3 universal dylib with OpenSim and ... (diff)
downloadopensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.zip
opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.gz
opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.bz2
opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.xz
Remove the SQLite legacy adaptor. This is no longer needed now that the main adaptor works on Mac OS X.
The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c818908..870ebf3 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2096,44 +2096,6 @@
2096 </Files> 2096 </Files>
2097 </Project> 2097 </Project>
2098 2098
2099 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library">
2100 <Configuration name="Debug">
2101 <Options>
2102 <OutputPath>../../../bin/</OutputPath>
2103 </Options>
2104 </Configuration>
2105 <Configuration name="Release">
2106 <Options>
2107 <OutputPath>../../../bin/</OutputPath>
2108 </Options>
2109 </Configuration>
2110
2111 <ReferencePath>../../../bin/</ReferencePath>
2112 <Reference name="System"/>
2113 <Reference name="System.Xml"/>
2114 <Reference name="System.Data"/>
2115 <Reference name="System.Data.SQLite" path="../../../bin/"/>
2116 <Reference name="OpenSim.Data"/>
2117 <Reference name="System.Drawing"/>
2118 <Reference name="OpenSim.Framework"/>
2119 <Reference name="OpenSim.Framework.Console"/>
2120 <Reference name="OpenSim.Region.Framework"/>
2121 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2122 <Reference name="OpenMetaverse" path="../../../bin/"/>
2123 <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/>
2124 <Reference name="Mono.Addins" path="../../../bin/"/>
2125 <Reference name="log4net" path="../../../bin/"/>
2126
2127 <Files>
2128 <Match pattern="*.cs" recurse="true">
2129 <Exclude name="Tests" pattern="Tests"/>
2130 </Match>
2131 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/>
2132 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
2133 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
2134 </Files>
2135 </Project>
2136
2137 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2099 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2138 <Configuration name="Debug"> 2100 <Configuration name="Debug">
2139 <Options> 2101 <Options>