diff options
author | MW | 2009-02-27 17:03:27 +0000 |
---|---|---|
committer | MW | 2009-02-27 17:03:27 +0000 |
commit | 5626d43259abfb0cac36d813f8d0090d28a47bb0 (patch) | |
tree | 19740017ad0f656812946caa0bd966804a7d7dbe /prebuild.xml | |
parent | Changed the order of the OpenSim.Grid.GridServer and OpenSim.Grid.GridServer.... (diff) | |
download | opensim-SC-5626d43259abfb0cac36d813f8d0090d28a47bb0.zip opensim-SC-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.gz opensim-SC-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.bz2 opensim-SC-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.xz |
Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly.
Removed the reference to OpenSim.ApplicationPlugins.LoadRegions from the CreateCommsManagerPlugin project.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4425520..0b42592 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1464,7 +1464,6 @@ | |||
1464 | <Reference name="OpenSim.Region.Communications.Local"/> | 1464 | <Reference name="OpenSim.Region.Communications.Local"/> |
1465 | <Reference name="OpenSim.Region.Communications.Hypergrid"/> | 1465 | <Reference name="OpenSim.Region.Communications.Hypergrid"/> |
1466 | <Reference name="OpenSim.Framework.Communications"/> | 1466 | <Reference name="OpenSim.Framework.Communications"/> |
1467 | <Reference name="OpenSim.ApplicationPlugins.LoadRegions"/> | ||
1468 | 1467 | ||
1469 | <Files> | 1468 | <Files> |
1470 | <Match pattern="*.cs" recurse="true"/> | 1469 | <Match pattern="*.cs" recurse="true"/> |