diff options
author | Mic Bowman | 2013-07-31 15:37:15 -0700 |
---|---|---|
committer | Mic Bowman | 2013-07-31 15:37:15 -0700 |
commit | 12995924052a1804f01dceb80803447fccc1d9fe (patch) | |
tree | 161d718478d91b01c82a44c11c0923d2b50625c0 /prebuild.xml | |
parent | Add the Simian service config to the GridCommon example (diff) | |
download | opensim-SC_OLD-12995924052a1804f01dceb80803447fccc1d9fe.zip opensim-SC_OLD-12995924052a1804f01dceb80803447fccc1d9fe.tar.gz opensim-SC_OLD-12995924052a1804f01dceb80803447fccc1d9fe.tar.bz2 opensim-SC_OLD-12995924052a1804f01dceb80803447fccc1d9fe.tar.xz |
Experimental comment to eneralize the handling of Linden caps when the
cap is something other than "localhost". A new interface for handling
external caps is supported with an example implemented for Simian. The
only linden cap supporting this interface right now is the GetTexture
cap.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 91c326c..b376e86 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -869,6 +869,7 @@ | |||
869 | <Reference name="Mono.Addins" path="../../../bin/"/> | 869 | <Reference name="Mono.Addins" path="../../../bin/"/> |
870 | <Reference name="OpenSim.Data"/> | 870 | <Reference name="OpenSim.Data"/> |
871 | <Reference name="OpenSim.Framework"/> | 871 | <Reference name="OpenSim.Framework"/> |
872 | <Reference name="OpenSim.Capabilities"/> | ||
872 | <Reference name="OpenSim.Framework.Communications"/> | 873 | <Reference name="OpenSim.Framework.Communications"/> |
873 | <Reference name="OpenSim.Framework.Console"/> | 874 | <Reference name="OpenSim.Framework.Console"/> |
874 | <Reference name="OpenSim.Region.Framework"/> | 875 | <Reference name="OpenSim.Region.Framework"/> |