diff options
author | Diva Canto | 2014-06-01 10:06:26 -0700 |
---|---|---|
committer | Diva Canto | 2014-06-01 10:06:26 -0700 |
commit | 2ff9ea3f8038653135c284cc0c93d88690db9a22 (patch) | |
tree | 34448f055a3577311e147503536260337a8d4719 /prebuild.xml | |
parent | Fix a bug where estate not found would result in a dummy estate record with e... (diff) | |
download | opensim-SC-2ff9ea3f8038653135c284cc0c93d88690db9a22.zip opensim-SC-2ff9ea3f8038653135c284cc0c93d88690db9a22.tar.gz opensim-SC-2ff9ea3f8038653135c284cc0c93d88690db9a22.tar.bz2 opensim-SC-2ff9ea3f8038653135c284cc0c93d88690db9a22.tar.xz |
Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector.
Also added more packing/unpacking code.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5f936e8..0143e26 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1835,6 +1835,7 @@ | |||
1835 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | 1835 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> |
1836 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | 1836 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> |
1837 | <Reference name="OpenSim.Framework.Servers"/> | 1837 | <Reference name="OpenSim.Framework.Servers"/> |
1838 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1838 | <Reference name="log4net" path="../../../bin/"/> | 1839 | <Reference name="log4net" path="../../../bin/"/> |
1839 | 1840 | ||
1840 | <Files> | 1841 | <Files> |