diff options
author | Diva Canto | 2011-04-12 20:24:28 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-12 20:24:28 -0700 |
commit | 7592a033df4f81ba985e1d6f57ad0ef488dc5745 (patch) | |
tree | 14969e6c75d9dc08e517e4a26429b5fd84bdd034 /prebuild.xml | |
parent | Implemented terrain save-tile command. Does the opposite of load-tile. For no... (diff) | |
download | opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.zip opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.gz opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.bz2 opensim-SC_OLD-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.xz |
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 870ebf3..8171664 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -931,7 +931,6 @@ | |||
931 | <Reference name="OpenSim.Framework"/> | 931 | <Reference name="OpenSim.Framework"/> |
932 | <Reference name="OpenSim.Framework.Communications"/> | 932 | <Reference name="OpenSim.Framework.Communications"/> |
933 | <Reference name="OpenSim.Framework.Console"/> | 933 | <Reference name="OpenSim.Framework.Console"/> |
934 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
935 | <Reference name="OpenSim.Region.Framework"/> | 934 | <Reference name="OpenSim.Region.Framework"/> |
936 | <Reference name="OpenSim.Server.Base"/> | 935 | <Reference name="OpenSim.Server.Base"/> |
937 | <Reference name="OpenSim.Services.Base"/> | 936 | <Reference name="OpenSim.Services.Base"/> |