diff options
author | diva | 2009-06-07 19:00:55 +0000 |
---|---|---|
committer | diva | 2009-06-07 19:00:55 +0000 |
commit | 1ad237a8a757a0e6074278aff76805d01abf0c0b (patch) | |
tree | e6a697dd113aeb90c7dd92ee4d07f278d7ebf8de /prebuild.xml | |
parent | Skip lone ident statments or for-loop assignments (diff) | |
download | opensim-SC_OLD-1ad237a8a757a0e6074278aff76805d01abf0c0b.zip opensim-SC_OLD-1ad237a8a757a0e6074278aff76805d01abf0c0b.tar.gz opensim-SC_OLD-1ad237a8a757a0e6074278aff76805d01abf0c0b.tar.bz2 opensim-SC_OLD-1ad237a8a757a0e6074278aff76805d01abf0c0b.tar.xz |
First draft of inventory service connectors, and service implementation. No handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions.
Hopefully I added all needed files.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 94d5cdc..9e6b686 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1392,6 +1392,37 @@ | |||
1392 | </Files> | 1392 | </Files> |
1393 | </Project> | 1393 | </Project> |
1394 | 1394 | ||
1395 | <Project name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | ||
1396 | <Configuration name="Debug"> | ||
1397 | <Options> | ||
1398 | <OutputPath>../../../bin/</OutputPath> | ||
1399 | </Options> | ||
1400 | </Configuration> | ||
1401 | <Configuration name="Release"> | ||
1402 | <Options> | ||
1403 | <OutputPath>../../../bin/</OutputPath> | ||
1404 | </Options> | ||
1405 | </Configuration> | ||
1406 | |||
1407 | <ReferencePath>../../../bin/</ReferencePath> | ||
1408 | <Reference name="System"/> | ||
1409 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1410 | <Reference name="OpenMetaverse.dll"/> | ||
1411 | <Reference name="OpenSim.Framework"/> | ||
1412 | <Reference name="OpenSim.Framework.Console"/> | ||
1413 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1414 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1415 | <Reference name="OpenSim.Services.Base"/> | ||
1416 | <Reference name="OpenSim.Services.Connectors"/> | ||
1417 | <Reference name="OpenSim.Data"/> | ||
1418 | <Reference name="Nini.dll" /> | ||
1419 | <Reference name="log4net.dll"/> | ||
1420 | |||
1421 | <Files> | ||
1422 | <Match pattern="*.cs" recurse="true"/> | ||
1423 | </Files> | ||
1424 | </Project> | ||
1425 | |||
1395 | <Project name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 1426 | <Project name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
1396 | <Configuration name="Debug"> | 1427 | <Configuration name="Debug"> |
1397 | <Options> | 1428 | <Options> |