aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDr Scofield2008-07-25 16:56:46 +0000
committerDr Scofield2008-07-25 16:56:46 +0000
commitb5f23b4c9ca33740830ae6637103c4f019bcd782 (patch)
treed04e497e7d331d4835608c02af25de7d60f98e20 /prebuild.xml
parent* disabling ODE unit tests again.. until the dllnotfound exception is resolv... (diff)
downloadopensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.zip
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.gz
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.bz2
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.xz
first cut at a GridInfo plugin (mantis #1825). Currently just spits
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ec0b71f..c98fd17 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1103,6 +1103,39 @@
1103 </Files> 1103 </Files>
1104 </Project> 1104 </Project>
1105 1105
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
1106 <!-- REST plugins --> 1139 <!-- REST plugins -->
1107 <Project name="OpenSim.ApplicationPlugins.Rest" 1140 <Project name="OpenSim.ApplicationPlugins.Rest"
1108 path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1141 path="OpenSim/ApplicationPlugins/Rest" type="Library">