aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-11-28 00:27:13 +0000
committerJustin Clark-Casey (justincc)2014-11-28 00:27:13 +0000
commitd9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd (patch)
tree745f9e4e150ccc1d1e81ee04ebda5fa46a5ed1b8 /prebuild.xml
parentStop writing SizeZ config parameter for now when creating regions from consol... (diff)
downloadopensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.zip
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.gz
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.bz2
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.xz
Remove unmaintained MSSQL support.
This has not been maintained for more than 2 years, is unimplemented for newer features (e.g. built-in groups) and has no core developers using it. If somebody fixes these issues then it could be reinstated.
Diffstat (limited to '')
-rw-r--r--prebuild.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0addf70..90997cf 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2030,41 +2030,6 @@
2030 </Files> 2030 </Files>
2031 </Project> 2031 </Project>
2032 2032
2033 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2034 <Configuration name="Debug">
2035 <Options>
2036 <OutputPath>../../../bin/</OutputPath>
2037 </Options>
2038 </Configuration>
2039 <Configuration name="Release">
2040 <Options>
2041 <OutputPath>../../../bin/</OutputPath>
2042 </Options>
2043 </Configuration>
2044
2045 <ReferencePath>../../../bin/</ReferencePath>
2046 <Reference name="System"/>
2047 <Reference name="System.Core"/>
2048 <Reference name="System.Xml"/>
2049 <Reference name="System.Data"/>
2050 <Reference name="System.Drawing"/>
2051 <Reference name="OpenSim.Framework"/>
2052 <Reference name="OpenSim.Data"/>
2053 <Reference name="OpenSim.Region.Framework"/>
2054 <Reference name="OpenSim.Framework.Console"/>
2055 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2056 <Reference name="OpenMetaverse" path="../../../bin/"/>
2057 <Reference name="log4net" path="../../../bin/"/>
2058 <Reference name="Mono.Addins" path="../../../bin/"/>
2059
2060 <Files>
2061 <Match pattern="*.cs" recurse="true"/>
2062 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/>
2063 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
2064 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
2065 </Files>
2066 </Project>
2067
2068 <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> 2033 <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library">
2069 <Configuration name="Debug"> 2034 <Configuration name="Debug">
2070 <Options> 2035 <Options>