diff options
author | Melanie | 2009-10-23 09:47:45 +0100 |
---|---|---|
committer | Melanie | 2009-10-23 09:47:45 +0100 |
commit | d0019704e60da8392f505f1bb783ee668b0299b1 (patch) | |
tree | 0bfd610c28ef1fd879baecd9c2c4682876caa469 /prebuild.xml | |
parent | Uncommented the resend log line so the previous commit can be seen in action (diff) | |
download | opensim-SC_OLD-d0019704e60da8392f505f1bb783ee668b0299b1.zip opensim-SC_OLD-d0019704e60da8392f505f1bb783ee668b0299b1.tar.gz opensim-SC_OLD-d0019704e60da8392f505f1bb783ee668b0299b1.tar.bz2 opensim-SC_OLD-d0019704e60da8392f505f1bb783ee668b0299b1.tar.xz |
Adding the presence service skeleton
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1c44ebf..d2d1e6d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1411,6 +1411,37 @@ | |||
1411 | </Files> | 1411 | </Files> |
1412 | </Project> | 1412 | </Project> |
1413 | 1413 | ||
1414 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | ||
1415 | <Configuration name="Debug"> | ||
1416 | <Options> | ||
1417 | <OutputPath>../../../bin/</OutputPath> | ||
1418 | </Options> | ||
1419 | </Configuration> | ||
1420 | <Configuration name="Release"> | ||
1421 | <Options> | ||
1422 | <OutputPath>../../../bin/</OutputPath> | ||
1423 | </Options> | ||
1424 | </Configuration> | ||
1425 | |||
1426 | <ReferencePath>../../../bin/</ReferencePath> | ||
1427 | <Reference name="System"/> | ||
1428 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1429 | <Reference name="OpenMetaverse.dll"/> | ||
1430 | <Reference name="OpenSim.Framework"/> | ||
1431 | <Reference name="OpenSim.Framework.Console"/> | ||
1432 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1433 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1434 | <Reference name="OpenSim.Services.Base"/> | ||
1435 | <Reference name="OpenSim.Services.Connectors"/> | ||
1436 | <Reference name="OpenSim.Data"/> | ||
1437 | <Reference name="Nini.dll" /> | ||
1438 | <Reference name="log4net.dll"/> | ||
1439 | |||
1440 | <Files> | ||
1441 | <Match pattern="*.cs" recurse="true"/> | ||
1442 | </Files> | ||
1443 | </Project> | ||
1444 | |||
1414 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1445 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1415 | <Configuration name="Debug"> | 1446 | <Configuration name="Debug"> |
1416 | <Options> | 1447 | <Options> |