aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-14 11:26:14 +0000
committerMelanie Thielker2009-05-14 11:26:14 +0000
commit3aa6fd0d2c199e9b8f4a62a4f30092d8d1b45d25 (patch)
tree98ea23846fe824572b456c1636a23aecb01bf058 /prebuild.xml
parent* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ... (diff)
downloadopensim-SC_OLD-3aa6fd0d2c199e9b8f4a62a4f30092d8d1b45d25.zip
opensim-SC_OLD-3aa6fd0d2c199e9b8f4a62a4f30092d8d1b45d25.tar.gz
opensim-SC_OLD-3aa6fd0d2c199e9b8f4a62a4f30092d8d1b45d25.tar.bz2
opensim-SC_OLD-3aa6fd0d2c199e9b8f4a62a4f30092d8d1b45d25.tar.xz
Move the server request handlers into a separate lib nunit can digest
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 35 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c3f8458..c6f0dda 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1382,7 +1382,7 @@
1382 </Files> 1382 </Files>
1383 </Project> 1383 </Project>
1384 1384
1385 <Project name="OpenSim.Servers.UserServer" path="OpenSim/Servers/User" type="Exe"> 1385 <Project name="OpenSim.Servers.UserServer" path="OpenSim/Servers/UserServer" type="Exe">
1386 <Configuration name="Debug"> 1386 <Configuration name="Debug">
1387 <Options> 1387 <Options>
1388 <OutputPath>../../../bin/</OutputPath> 1388 <OutputPath>../../../bin/</OutputPath>
@@ -1412,7 +1412,38 @@
1412 </Files> 1412 </Files>
1413 </Project> 1413 </Project>
1414 1414
1415 <Project name="OpenSim.Servers.AssetServer" path="OpenSim/Servers/Asset" type="Exe"> 1415 <Project name="OpenSim.Servers.AssetServer.Handlers" path="OpenSim/Servers/AssetServer/Handlers" type="Library">
1416 <Configuration name="Debug">
1417 <Options>
1418 <OutputPath>../../../../bin/</OutputPath>
1419 </Options>
1420 </Configuration>
1421 <Configuration name="Release">
1422 <Options>
1423 <OutputPath>../../../../bin/</OutputPath>
1424 </Options>
1425 </Configuration>
1426
1427 <ReferencePath>../../../../bin/</ReferencePath>
1428 <Reference name="System"/>
1429 <Reference name="System.Xml"/>
1430 <Reference name="OpenMetaverseTypes.dll"/>
1431 <Reference name="OpenMetaverse.dll"/>
1432 <Reference name="OpenSim.Framework"/>
1433 <Reference name="OpenSim.Framework.Console"/>
1434 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1435 <Reference name="OpenSim.Servers.Base"/>
1436 <Reference name="OpenSim.Services.Base" />
1437 <Reference name="OpenSim.Services.Interfaces"/>
1438 <Reference name="Nini.dll" />
1439 <Reference name="log4net.dll"/>
1440
1441 <Files>
1442 <Match pattern="*.cs" recurse="true"/>
1443 </Files>
1444 </Project>
1445
1446 <Project name="OpenSim.Servers.AssetServer" path="OpenSim/Servers/AssetServer" type="Exe">
1416 <Configuration name="Debug"> 1447 <Configuration name="Debug">
1417 <Options> 1448 <Options>
1418 <OutputPath>../../../bin/</OutputPath> 1449 <OutputPath>../../../bin/</OutputPath>
@@ -1433,13 +1464,14 @@
1433 <Reference name="OpenSim.Framework.Console"/> 1464 <Reference name="OpenSim.Framework.Console"/>
1434 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1465 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1435 <Reference name="OpenSim.Servers.Base"/> 1466 <Reference name="OpenSim.Servers.Base"/>
1467 <Reference name="OpenSim.Servers.AssetServer.Handlers"/>
1436 <Reference name="OpenSim.Services.Base" /> 1468 <Reference name="OpenSim.Services.Base" />
1437 <Reference name="OpenSim.Services.Interfaces"/> 1469 <Reference name="OpenSim.Services.Interfaces"/>
1438 <Reference name="Nini.dll" /> 1470 <Reference name="Nini.dll" />
1439 <Reference name="log4net.dll"/> 1471 <Reference name="log4net.dll"/>
1440 1472
1441 <Files> 1473 <Files>
1442 <Match pattern="*.cs" recurse="true"/> 1474 <Match pattern="*.cs" recurse="false"/>
1443 </Files> 1475 </Files>
1444 </Project> 1476 </Project>
1445 1477