diff options
author | Dr Scofield | 2008-07-28 12:18:48 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-28 12:18:48 +0000 |
commit | 03efaff60e2c4204bfac33de22e69377ba28be7c (patch) | |
tree | 711c9515a16d241b87857093876ebeafa91ae4cf /prebuild.xml | |
parent | Add Shared/LSL_Types* tests to Bamboo. (diff) | |
download | opensim-SC_OLD-03efaff60e2c4204bfac33de22e69377ba28be7c.zip opensim-SC_OLD-03efaff60e2c4204bfac33de22e69377ba28be7c.tar.gz opensim-SC_OLD-03efaff60e2c4204bfac33de22e69377ba28be7c.tar.bz2 opensim-SC_OLD-03efaff60e2c4204bfac33de22e69377ba28be7c.tar.xz |
moving GridInfo application plugin into a common standalone/grid
service, adding a plain REST GET handler returning XML (no LLSD),
adding appropriate add handler calls to OpenSimBase and UserServer.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 60 |
1 files changed, 27 insertions, 33 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9441256..8e91e01 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -466,6 +466,31 @@ | |||
466 | </Files> | 466 | </Files> |
467 | </Project> | 467 | </Project> |
468 | 468 | ||
469 | <Project name="OpenSim.Common.Communications" path="OpenSim/Common/Communications" type="Library"> | ||
470 | <Configuration name="Debug"> | ||
471 | <Options> | ||
472 | <OutputPath>../../../bin/</OutputPath> | ||
473 | </Options> | ||
474 | </Configuration> | ||
475 | <Configuration name="Release"> | ||
476 | <Options> | ||
477 | <OutputPath>../../../bin/</OutputPath> | ||
478 | </Options> | ||
479 | </Configuration> | ||
480 | |||
481 | <ReferencePath>../../../bin/</ReferencePath> | ||
482 | <Reference name="System"/> | ||
483 | <Reference name="OpenSim.Framework"/> | ||
484 | <Reference name="OpenSim.Framework.Servers"/> | ||
485 | <Reference name="Nini.dll" /> | ||
486 | <Reference name="XMLRPC.dll"/> | ||
487 | <Reference name="log4net.dll"/> | ||
488 | |||
489 | <Files> | ||
490 | <Match pattern="*.cs" recurse="true"/> | ||
491 | </Files> | ||
492 | </Project> | ||
493 | |||
469 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 494 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
470 | <Configuration name="Debug"> | 495 | <Configuration name="Debug"> |
471 | <Options> | 496 | <Options> |
@@ -1026,6 +1051,7 @@ | |||
1026 | <Reference name="OpenSim.Region.Environment"/> | 1051 | <Reference name="OpenSim.Region.Environment"/> |
1027 | <Reference name="OpenSim.Region.ClientStack"/> | 1052 | <Reference name="OpenSim.Region.ClientStack"/> |
1028 | <Reference name="OpenSim.Framework.Communications"/> | 1053 | <Reference name="OpenSim.Framework.Communications"/> |
1054 | <Reference name="OpenSim.Common.Communications"/> | ||
1029 | <Reference name="OpenSim.Region.Communications.OGS1"/> | 1055 | <Reference name="OpenSim.Region.Communications.OGS1"/> |
1030 | <Reference name="XMLRPC.dll"/> | 1056 | <Reference name="XMLRPC.dll"/> |
1031 | <Reference name="OpenSim.Region.Communications.Local"/> | 1057 | <Reference name="OpenSim.Region.Communications.Local"/> |
@@ -1103,39 +1129,6 @@ | |||
1103 | </Files> | 1129 | </Files> |
1104 | </Project> | 1130 | </Project> |
1105 | 1131 | ||
1106 | <Project name="OpenSim.ApplicationPlugins.GridInfo" path="OpenSim/ApplicationPlugins/GridInfo" type="Library"> | ||
1107 | <Configuration name="Debug"> | ||
1108 | <Options> | ||
1109 | <OutputPath>../../../bin/</OutputPath> | ||
1110 | </Options> | ||
1111 | </Configuration> | ||
1112 | <Configuration name="Release"> | ||
1113 | <Options> | ||
1114 | <OutputPath>../../../bin/</OutputPath> | ||
1115 | </Options> | ||
1116 | </Configuration> | ||
1117 | |||
1118 | <ReferencePath>../../../bin/</ReferencePath> | ||
1119 | <Reference name="Mono.Addins.dll" /> | ||
1120 | <Reference name="System"/> | ||
1121 | <Reference name="System.Xml"/> | ||
1122 | <Reference name="libsecondlife.dll" /> | ||
1123 | <Reference name="Nini.dll" /> | ||
1124 | <Reference name="XMLRPC.dll" /> | ||
1125 | <Reference name="OpenSim"/> | ||
1126 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1127 | <Reference name="OpenSim.Region.Environment"/> | ||
1128 | <Reference name="OpenSim.Framework.Communications"/> | ||
1129 | <Reference name="OpenSim.Framework"/> | ||
1130 | <Reference name="OpenSim.Framework.Servers"/> | ||
1131 | <Reference name="OpenSim.Framework.Console"/> | ||
1132 | <Reference name="log4net.dll"/> | ||
1133 | |||
1134 | <Files> | ||
1135 | <Match pattern="*.cs" recurse="true"/> | ||
1136 | </Files> | ||
1137 | </Project> | ||
1138 | |||
1139 | <!-- REST plugins --> | 1132 | <!-- REST plugins --> |
1140 | <Project name="OpenSim.ApplicationPlugins.Rest" | 1133 | <Project name="OpenSim.ApplicationPlugins.Rest" |
1141 | path="OpenSim/ApplicationPlugins/Rest" type="Library"> | 1134 | path="OpenSim/ApplicationPlugins/Rest" type="Library"> |
@@ -1820,6 +1813,7 @@ | |||
1820 | <Reference name="OpenSim.Data"/> | 1813 | <Reference name="OpenSim.Data"/> |
1821 | <Reference name="OpenSim.Framework.Servers"/> | 1814 | <Reference name="OpenSim.Framework.Servers"/> |
1822 | <Reference name="OpenSim.Framework.Statistics"/> | 1815 | <Reference name="OpenSim.Framework.Statistics"/> |
1816 | <Reference name="OpenSim.Common.Communications"/> | ||
1823 | <Reference name="OpenSim.Grid.Communications.OGS1"/> | 1817 | <Reference name="OpenSim.Grid.Communications.OGS1"/> |
1824 | <Reference name="libsecondlife.dll"/> | 1818 | <Reference name="libsecondlife.dll"/> |
1825 | <Reference name="XMLRPC.dll"/> | 1819 | <Reference name="XMLRPC.dll"/> |