diff options
author | diva | 2009-06-14 15:35:09 +0000 |
---|---|---|
committer | diva | 2009-06-14 15:35:09 +0000 |
commit | 7a9c85526cb99495bdd436150679941ef021b782 (patch) | |
tree | 888b5bdf86f8327d2df0c1ca8f1cd3dd999d125d /prebuild.xml | |
parent | * Temporarily resolve another problem in http://opensimulator.org/mantis/view... (diff) | |
download | opensim-SC_OLD-7a9c85526cb99495bdd436150679941ef021b782.zip opensim-SC_OLD-7a9c85526cb99495bdd436150679941ef021b782.tar.gz opensim-SC_OLD-7a9c85526cb99495bdd436150679941ef021b782.tar.bz2 opensim-SC_OLD-7a9c85526cb99495bdd436150679941ef021b782.tar.xz |
Pulled out HelloNeighbour into its own service, INeighbourService, which may get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5b521d5..6a17b9d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1316,6 +1316,7 @@ | |||
1316 | <Reference name="System.Xml"/> | 1316 | <Reference name="System.Xml"/> |
1317 | <Reference name="OpenMetaverseTypes.dll"/> | 1317 | <Reference name="OpenMetaverseTypes.dll"/> |
1318 | <Reference name="OpenMetaverse.dll"/> | 1318 | <Reference name="OpenMetaverse.dll"/> |
1319 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1319 | <Reference name="OpenSim.Services.Interfaces"/> | 1320 | <Reference name="OpenSim.Services.Interfaces"/> |
1320 | <Reference name="OpenSim.Framework"/> | 1321 | <Reference name="OpenSim.Framework"/> |
1321 | <Reference name="OpenSim.Framework.Communications"/> | 1322 | <Reference name="OpenSim.Framework.Communications"/> |
@@ -1323,6 +1324,7 @@ | |||
1323 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1324 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1324 | <Reference name="Nini.dll" /> | 1325 | <Reference name="Nini.dll" /> |
1325 | <Reference name="log4net.dll"/> | 1326 | <Reference name="log4net.dll"/> |
1327 | <Reference name="XMLRPC.dll" /> | ||
1326 | 1328 | ||
1327 | <Files> | 1329 | <Files> |
1328 | <Match pattern="*.cs" recurse="true"/> | 1330 | <Match pattern="*.cs" recurse="true"/> |