aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2009-02-26 21:30:12 +0000
committerMW2009-02-26 21:30:12 +0000
commite2d30a02446c8b5d1b8be090f4ccc1fc98d019f5 (patch)
tree8be1ecceedead7721711a8554c8ae70c8072bbfc /prebuild.xml
parent* This patch reduces the excessive number of threads opened by the Timer even... (diff)
downloadopensim-SC_OLD-e2d30a02446c8b5d1b8be090f4ccc1fc98d019f5.zip
opensim-SC_OLD-e2d30a02446c8b5d1b8be090f4ccc1fc98d019f5.tar.gz
opensim-SC_OLD-e2d30a02446c8b5d1b8be090f4ccc1fc98d019f5.tar.bz2
opensim-SC_OLD-e2d30a02446c8b5d1b8be090f4ccc1fc98d019f5.tar.xz
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
Also in that plugin it registers the IUserService with all the Scenes (as they are created). So now we can start changing over all uses of IUserService, that currently access it from the CommunicationsManager to accessing it from the Scene.RequestModuleInterface call. Once that is done we can move the UserService creation out to its own plugin and remove all references to it from the CommunicationsManager. Then we can take the next CommunicationsManager interface and repeat.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8b388e4..2531e0b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1429,6 +1429,48 @@
1429 </Files> 1429 </Files>
1430 </Project> 1430 </Project>
1431 1431
1432 <Project name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library">
1433 <Configuration name="Debug">
1434 <Options>
1435 <OutputPath>../../../bin/</OutputPath>
1436 </Options>
1437 </Configuration>
1438 <Configuration name="Release">
1439 <Options>
1440 <OutputPath>../../../bin/</OutputPath>
1441 </Options>
1442 </Configuration>
1443
1444 <ReferencePath>../../../bin/</ReferencePath>
1445 <Reference name="Mono.Addins.dll" />
1446 <Reference name="System"/>
1447 <Reference name="System.Xml"/>
1448 <Reference name="OpenMetaverseTypes.dll" />
1449 <Reference name="OpenMetaverse.StructuredData.dll"/>
1450 <Reference name="Nini.dll" />
1451 <Reference name="OpenSim"/>
1452 <Reference name="OpenSim.Region.ClientStack"/>
1453 <Reference name="OpenSim.Region.CoreModules"/>
1454 <Reference name="OpenSim.Region.Framework"/>
1455 <Reference name="OpenSim.Framework"/>
1456 <Reference name="OpenSim.Framework.Console"/>
1457 <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
1458 <Reference name="OpenSim.Framework.RegionLoader.Web"/>
1459 <Reference name="OpenSim.Framework.Servers"/>
1460 <Reference name="log4net.dll"/>
1461 <Reference name="OpenSim.Region.Communications.OGS1"/>
1462 <Reference name="XMLRPC.dll"/>
1463 <Reference name="OpenSim.Region.Communications.Local"/>
1464 <Reference name="OpenSim.Region.Communications.Hypergrid"/>
1465 <Reference name="OpenSim.Framework.Communications"/>
1466 <Reference name="OpenSim.ApplicationPlugins.LoadRegions"/>
1467
1468 <Files>
1469 <Match pattern="*.cs" recurse="true"/>
1470 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
1471 </Files>
1472 </Project>
1473
1432 <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1474 <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1433 <Configuration name="Debug"> 1475 <Configuration name="Debug">
1434 <Options> 1476 <Options>