aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2009-09-18 19:16:30 -0700
committerDiva Canto2009-09-18 19:16:30 -0700
commite7362738155c0a0a5c9ef8b867eb14b18bb31a44 (patch)
tree527dba75b3d61ecbf2a18df0e2b2467376a569e1 /prebuild.xml
parentAdd the Null storage implementation for the RegionData service. Standalones (diff)
downloadopensim-SC_OLD-e7362738155c0a0a5c9ef8b867eb14b18bb31a44.zip
opensim-SC_OLD-e7362738155c0a0a5c9ef8b867eb14b18bb31a44.tar.gz
opensim-SC_OLD-e7362738155c0a0a5c9ef8b867eb14b18bb31a44.tar.bz2
opensim-SC_OLD-e7362738155c0a0a5c9ef8b867eb14b18bb31a44.tar.xz
First pass at the grid service.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 79c767c..3e5e1e0 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1383,6 +1383,37 @@
1383 </Files> 1383 </Files>
1384 </Project> 1384 </Project>
1385 1385
1386 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1387 <Configuration name="Debug">
1388 <Options>
1389 <OutputPath>../../../bin/</OutputPath>
1390 </Options>
1391 </Configuration>
1392 <Configuration name="Release">
1393 <Options>
1394 <OutputPath>../../../bin/</OutputPath>
1395 </Options>
1396 </Configuration>
1397
1398 <ReferencePath>../../../bin/</ReferencePath>
1399 <Reference name="System"/>
1400 <Reference name="OpenMetaverseTypes.dll"/>
1401 <Reference name="OpenMetaverse.dll"/>
1402 <Reference name="OpenSim.Framework"/>
1403 <Reference name="OpenSim.Framework.Console"/>
1404 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1405 <Reference name="OpenSim.Services.Interfaces"/>
1406 <Reference name="OpenSim.Services.Base"/>
1407 <Reference name="OpenSim.Services.Connectors"/>
1408 <Reference name="OpenSim.Data"/>
1409 <Reference name="Nini.dll" />
1410 <Reference name="log4net.dll"/>
1411
1412 <Files>
1413 <Match pattern="*.cs" recurse="true"/>
1414 </Files>
1415 </Project>
1416
1386 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1417 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1387 <Configuration name="Debug"> 1418 <Configuration name="Debug">
1388 <Options> 1419 <Options>