aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2019-07-13 13:33:34 +0100
committerMelanie2019-07-13 13:33:34 +0100
commit2f52a3b12447580d3c1c25feb41593fba62b26da (patch)
treefd7ab5ec199f936eb128682cbac5dd2dc6b100aa /Prebuild/prebuild.xml
parentMerge branch 'master' of brain.opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC-2f52a3b12447580d3c1c25feb41593fba62b26da.zip
opensim-SC-2f52a3b12447580d3c1c25feb41593fba62b26da.tar.gz
opensim-SC-2f52a3b12447580d3c1c25feb41593fba62b26da.tar.bz2
opensim-SC-2f52a3b12447580d3c1c25feb41593fba62b26da.tar.xz
When using FSAssets, the HGAssetService would still use AssetService.
This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems.
Diffstat (limited to 'Prebuild/prebuild.xml')
-rw-r--r--Prebuild/prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Prebuild/prebuild.xml b/Prebuild/prebuild.xml
index f0003df..99f576b 100644
--- a/Prebuild/prebuild.xml
+++ b/Prebuild/prebuild.xml
@@ -31,7 +31,7 @@
31 rootNamespace="Prebuild" 31 rootNamespace="Prebuild"
32 startupObject="Prebuild.Prebuild" 32 startupObject="Prebuild.Prebuild"
33 version="2.0.7" 33 version="2.0.7"
34 frameworkVersion="v4_0" 34 frameworkVersion="v4_6"
35 > 35 >
36 <Author>Matthew Holmes (matthew@wildfiregames.com)</Author> 36 <Author>Matthew Holmes (matthew@wildfiregames.com)</Author>
37 <Author>Dan Moorehead (dan05a@gmail.com)</Author> 37 <Author>Dan Moorehead (dan05a@gmail.com)</Author>