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:16:36 +0100
commit489e1b11b7cc71357d8ad1077a01c58326d83889 (patch)
tree27796c8abf98b2b640f51bf16690938df6bcc874 /prebuild.xml
parentFix bug where on duplication, the root part local id was continually used in ... (diff)
downloadopensim-SC_OLD-489e1b11b7cc71357d8ad1077a01c58326d83889.zip
opensim-SC_OLD-489e1b11b7cc71357d8ad1077a01c58326d83889.tar.gz
opensim-SC_OLD-489e1b11b7cc71357d8ad1077a01c58326d83889.tar.bz2
opensim-SC_OLD-489e1b11b7cc71357d8ad1077a01c58326d83889.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 '')
-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>