diff options
author | Diva Canto | 2009-09-27 20:44:43 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-27 20:44:43 -0700 |
commit | 0766b6dc34b972026846360767a20e2f11325c70 (patch) | |
tree | a5b64851a2feafdf5782df63fb327c0f7036ebb2 /prebuild.xml | |
parent | Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing... (diff) | |
download | opensim-SC_OLD-0766b6dc34b972026846360767a20e2f11325c70.zip opensim-SC_OLD-0766b6dc34b972026846360767a20e2f11325c70.tar.gz opensim-SC_OLD-0766b6dc34b972026846360767a20e2f11325c70.tar.bz2 opensim-SC_OLD-0766b6dc34b972026846360767a20e2f11325c70.tar.xz |
Fixed the connection from User server to GridServer.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index adbbc45..76da2e1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -980,6 +980,8 @@ | |||
980 | <Reference name="OpenSim.Framework.Servers"/> | 980 | <Reference name="OpenSim.Framework.Servers"/> |
981 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 981 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
982 | <Reference name="OpenSim.Framework.Statistics"/> | 982 | <Reference name="OpenSim.Framework.Statistics"/> |
983 | <Reference name="OpenSim.Services.Interfaces"/> | ||
984 | <Reference name="OpenSim.Services.Connectors"/> | ||
983 | <Reference name="OpenSim.Grid.Framework"/> | 985 | <Reference name="OpenSim.Grid.Framework"/> |
984 | <Reference name="OpenSim.Grid.Communications.OGS1"/> | 986 | <Reference name="OpenSim.Grid.Communications.OGS1"/> |
985 | <Reference name="OpenMetaverse.dll"/> | 987 | <Reference name="OpenMetaverse.dll"/> |
@@ -988,6 +990,7 @@ | |||
988 | <Reference name="XMLRPC.dll"/> | 990 | <Reference name="XMLRPC.dll"/> |
989 | <Reference name="log4net.dll"/> | 991 | <Reference name="log4net.dll"/> |
990 | <Reference name="DotNetOpenId.dll"/> | 992 | <Reference name="DotNetOpenId.dll"/> |
993 | <Reference name="Nini.dll"/> | ||
991 | 994 | ||
992 | <Files> | 995 | <Files> |
993 | <Match pattern="*.cs" recurse="true"/> | 996 | <Match pattern="*.cs" recurse="true"/> |