aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-07-07 20:04:51 +0000
committerSean Dague2008-07-07 20:04:51 +0000
commitde69ecfaae91610e0417a256645e33a2a80324f9 (patch)
tree7899e0601391faa940999e1aefff9ec6b6e99545 /prebuild.xml
parent* remove redundant sync locking in AssetServerBase since this is already bein... (diff)
downloadopensim-SC_OLD-de69ecfaae91610e0417a256645e33a2a80324f9.zip
opensim-SC_OLD-de69ecfaae91610e0417a256645e33a2a80324f9.tar.gz
opensim-SC_OLD-de69ecfaae91610e0417a256645e33a2a80324f9.tar.bz2
opensim-SC_OLD-de69ecfaae91610e0417a256645e33a2a80324f9.tar.xz
remove build references to what I believe to be the very old MSSQL
datastore tucked down in the Region namespace. This is based on the assumption that OpenSim.Data.MSSQL is what is actually used by anyone, and prevents us from having to refactor 2 different MSSQL store paths when futzing with SOP functions.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 55f61a2..7719d29 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -996,34 +996,6 @@
996 </Files> 996 </Files>
997 </Project> 997 </Project>
998 998
999 <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library">
1000 <Configuration name="Debug">
1001 <Options>
1002 <OutputPath>../../../../bin/</OutputPath>
1003 </Options>
1004 </Configuration>
1005 <Configuration name="Release">
1006 <Options>
1007 <OutputPath>../../../../bin/</OutputPath>
1008 </Options>
1009 </Configuration>
1010
1011 <ReferencePath>../../../../bin/</ReferencePath>
1012 <Reference name="System" localCopy="false"/>
1013 <Reference name="System.Xml"/>
1014 <Reference name="System.Data"/>
1015 <Reference name="libsecondlife.dll"/>
1016 <Reference name="OpenSim.Framework"/>
1017 <Reference name="OpenSim.Data"/>
1018 <Reference name="OpenSim.Region.Environment"/>
1019 <Reference name="OpenSim.Framework.Console"/>
1020 <Reference name="log4net.dll"/>
1021
1022 <Files>
1023 <Match pattern="*.cs" recurse="true"/>
1024 </Files>
1025 </Project>
1026
1027 <!-- OpenSim app --> 999 <!-- OpenSim app -->
1028 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1000 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1029 <Configuration name="Debug"> 1001 <Configuration name="Debug">