aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-15 21:53:39 +0000
committerJustin Clark-Casey (justincc)2013-03-15 21:53:39 +0000
commit924d6e892a7b5a61e900b910a5a35de488963529 (patch)
tree90a557f03dba4e61444cc2b3708cc808b25f6442 /prebuild.xml
parentAdd example code to DOExampleModule to pull data from that previously saved b... (diff)
downloadopensim-SC_OLD-924d6e892a7b5a61e900b910a5a35de488963529.zip
opensim-SC_OLD-924d6e892a7b5a61e900b910a5a35de488963529.tar.gz
opensim-SC_OLD-924d6e892a7b5a61e900b910a5a35de488963529.tar.bz2
opensim-SC_OLD-924d6e892a7b5a61e900b910a5a35de488963529.tar.xz
Make it possible to chain another asset service underneath the de-duplicating XAssetService.
This makes it possible to use the dedupliicating service without needing to migrate all the existing asset data beforehand. Currently controlled by a ChainedServiceModule setting in [AssetService] (e.g. ChainedServiceModule = "OpenSim.Services.AssetService.dll:AssetService") Not yet ready for use.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0045128..4d27a0b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -899,6 +899,7 @@
899 <Reference name="OpenSim.Framework"/> 899 <Reference name="OpenSim.Framework"/>
900 <Reference name="OpenSim.Framework.Console"/> 900 <Reference name="OpenSim.Framework.Console"/>
901 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 901 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
902 <Reference name="OpenSim.Server.Base"/>
902 <Reference name="OpenSim.Services.Interfaces"/> 903 <Reference name="OpenSim.Services.Interfaces"/>
903 <Reference name="OpenSim.Services.Base"/> 904 <Reference name="OpenSim.Services.Base"/>
904 <Reference name="OpenSim.Services.Connectors"/> 905 <Reference name="OpenSim.Services.Connectors"/>