aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-08-04 04:11:04 +0100
committerMelanie2009-08-04 04:11:04 +0100
commit0f400dc83d2921f796c2908043a19ea2e4632c83 (patch)
tree71a52c59292dac98a1a752eb373ec0ff49e7a8fd /prebuild.xml
parentAdd plumbing for the SceneObjectDeleter to wait for the script engine to (diff)
downloadopensim-SC_OLD-0f400dc83d2921f796c2908043a19ea2e4632c83.zip
opensim-SC_OLD-0f400dc83d2921f796c2908043a19ea2e4632c83.tar.gz
opensim-SC_OLD-0f400dc83d2921f796c2908043a19ea2e4632c83.tar.bz2
opensim-SC_OLD-0f400dc83d2921f796c2908043a19ea2e4632c83.tar.xz
Adding the plumbing for a ROBUST freeswitch 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 77b6e1a..b614d65 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1402,6 +1402,37 @@
1402 </Files> 1402 </Files>
1403 </Project> 1403 </Project>
1404 1404
1405 <Project name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
1406 <Configuration name="Debug">
1407 <Options>
1408 <OutputPath>../../../bin/</OutputPath>
1409 </Options>
1410 </Configuration>
1411 <Configuration name="Release">
1412 <Options>
1413 <OutputPath>../../../bin/</OutputPath>
1414 </Options>
1415 </Configuration>
1416
1417 <ReferencePath>../../../bin/</ReferencePath>
1418 <Reference name="System"/>
1419 <Reference name="OpenMetaverseTypes.dll"/>
1420 <Reference name="OpenMetaverse.dll"/>
1421 <Reference name="OpenSim.Framework"/>
1422 <Reference name="OpenSim.Framework.Console"/>
1423 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1424 <Reference name="OpenSim.Services.Interfaces"/>
1425 <Reference name="OpenSim.Services.Base"/>
1426 <Reference name="OpenSim.Services.Connectors"/>
1427 <Reference name="OpenSim.Data"/>
1428 <Reference name="Nini.dll" />
1429 <Reference name="log4net.dll"/>
1430
1431 <Files>
1432 <Match pattern="*.cs" recurse="true"/>
1433 </Files>
1434 </Project>
1435
1405 <Project name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 1436 <Project name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
1406 <Configuration name="Debug"> 1437 <Configuration name="Debug">
1407 <Options> 1438 <Options>