diff options
author | Dr Scofield | 2008-07-02 09:02:30 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-02 09:02:30 +0000 |
commit | d40bea4a8e09be1f8e87cf41405aaa60fa8826cb (patch) | |
tree | 91ef9356d8b284ac6fa5f0d588fedebe723b69ad /prebuild.xml | |
parent | Mantis#1643. Thank you Melanie for a patch that: (diff) | |
download | opensim-SC_OLD-d40bea4a8e09be1f8e87cf41405aaa60fa8826cb.zip opensim-SC_OLD-d40bea4a8e09be1f8e87cf41405aaa60fa8826cb.tar.gz opensim-SC_OLD-d40bea4a8e09be1f8e87cf41405aaa60fa8826cb.tar.bz2 opensim-SC_OLD-d40bea4a8e09be1f8e87cf41405aaa60fa8826cb.tar.xz |
From: Alan M Webb <awebb@vnet.ibm.com>
This adds REST services for inventory access. It also allows inventory
uploads.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fdc9eee..29c8a23 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1198,6 +1198,44 @@ | |||
1198 | <Match pattern="*.cs" recurse="true"/> | 1198 | <Match pattern="*.cs" recurse="true"/> |
1199 | </Files> | 1199 | </Files> |
1200 | </Project> | 1200 | </Project> |
1201 | |||
1202 | <Project name="OpenSim.ApplicationPlugins.Rest.Inventory" | ||
1203 | path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | ||
1204 | <Configuration name="Debug"> | ||
1205 | <Options> | ||
1206 | <OutputPath>../../../../bin/</OutputPath> | ||
1207 | </Options> | ||
1208 | </Configuration> | ||
1209 | <Configuration name="Release"> | ||
1210 | <Options> | ||
1211 | <OutputPath>../../../../bin/</OutputPath> | ||
1212 | </Options> | ||
1213 | </Configuration> | ||
1214 | |||
1215 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1216 | <Reference name="Mono.Addins.dll" /> | ||
1217 | <Reference name="System"/> | ||
1218 | <Reference name="System.IO"/> | ||
1219 | <Reference name="System.Xml"/> | ||
1220 | <Reference name="System.Xml.Serialization"/> | ||
1221 | <Reference name="libsecondlife.dll" /> | ||
1222 | <Reference name="Nini.dll" /> | ||
1223 | <Reference name="XMLRPC.dll" /> | ||
1224 | <Reference name="OpenSim"/> | ||
1225 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1226 | <Reference name="OpenSim.Region.Environment"/> | ||
1227 | <Reference name="OpenSim.Framework.Communications"/> | ||
1228 | <Reference name="OpenSim.Framework"/> | ||
1229 | <Reference name="OpenSim.Framework.Servers"/> | ||
1230 | <Reference name="OpenSim.Framework.Console"/> | ||
1231 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | ||
1232 | <Reference name="log4net"/> | ||
1233 | |||
1234 | <Files> | ||
1235 | <Match pattern="*.cs" recurse="true"/> | ||
1236 | </Files> | ||
1237 | </Project> | ||
1238 | |||
1201 | <!-- /REST plugins --> | 1239 | <!-- /REST plugins --> |
1202 | 1240 | ||
1203 | <!-- Scene Server API Example Apps --> | 1241 | <!-- Scene Server API Example Apps --> |