aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-04-03 21:07:03 +0000
committerSean Dague2008-04-03 21:07:03 +0000
commit5e32d86b87478eb90a6fe4d4d9f701f4d102116a (patch)
tree1db49a1c4e537bcc7d097e2b775a8222bc484a6d /prebuild.xml
parentremove the old MonoSqlite directory once and for all (diff)
downloadopensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.zip
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.gz
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.bz2
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.xz
move NullStorage => OpenSim.Data.Null to be consistant with
where other data storage assemblies are.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 479a271..40ad5a7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -852,19 +852,19 @@
852 </Project> 852 </Project>
853 853
854 <!-- Datastore Plugins --> 854 <!-- Datastore Plugins -->
855 <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library"> 855 <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
856 <Configuration name="Debug"> 856 <Configuration name="Debug">
857 <Options> 857 <Options>
858 <OutputPath>../../../../bin/</OutputPath> 858 <OutputPath>../../../bin/</OutputPath>
859 </Options> 859 </Options>
860 </Configuration> 860 </Configuration>
861 <Configuration name="Release"> 861 <Configuration name="Release">
862 <Options> 862 <Options>
863 <OutputPath>../../../../bin/</OutputPath> 863 <OutputPath>../../../bin/</OutputPath>
864 </Options> 864 </Options>
865 </Configuration> 865 </Configuration>
866 866
867 <ReferencePath>../../../../bin/</ReferencePath> 867 <ReferencePath>../../../bin/</ReferencePath>
868 <Reference name="System" localCopy="false"/> 868 <Reference name="System" localCopy="false"/>
869 <Reference name="System.Xml"/> 869 <Reference name="System.Xml"/>
870 <Reference name="libsecondlife.dll"/> 870 <Reference name="libsecondlife.dll"/>