diff options
author | Melanie | 2014-04-12 16:58:07 +0100 |
---|---|---|
committer | Melanie | 2014-04-12 16:58:07 +0100 |
commit | 5d964a6424b301a9175becd6c878e542b7d278eb (patch) | |
tree | a0ce19775822fd1d3298276dc893a061127aedbc /prebuild.xml | |
parent | Tweak to PrimLimits and add missing Regions.ini example (diff) | |
download | opensim-SC-5d964a6424b301a9175becd6c878e542b7d278eb.zip opensim-SC-5d964a6424b301a9175becd6c878e542b7d278eb.tar.gz opensim-SC-5d964a6424b301a9175becd6c878e542b7d278eb.tar.bz2 opensim-SC-5d964a6424b301a9175becd6c878e542b7d278eb.tar.xz |
Remove the old XML format parsing. Now additional region params can just be
added as they are already exposed through an API when using Nini. That will
remove the need to always edit RegioInfo just to add a region based setting.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/prebuild.xml b/prebuild.xml index c215ba1..0a633bd 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -296,58 +296,6 @@ | |||
296 | </Files> | 296 | </Files> |
297 | </Project> | 297 | </Project> |
298 | 298 | ||
299 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | ||
300 | <Configuration name="Debug"> | ||
301 | <Options> | ||
302 | <OutputPath>../../../../bin/</OutputPath> | ||
303 | </Options> | ||
304 | </Configuration> | ||
305 | <Configuration name="Release"> | ||
306 | <Options> | ||
307 | <OutputPath>../../../../bin/</OutputPath> | ||
308 | </Options> | ||
309 | </Configuration> | ||
310 | |||
311 | <ReferencePath>../../../../bin/</ReferencePath> | ||
312 | <Reference name="System"/> | ||
313 | <Reference name="System.Xml"/> | ||
314 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
315 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
316 | <Reference name="OpenSim.Framework"/> | ||
317 | <Reference name="OpenSim.Framework.Console"/> | ||
318 | <Reference name="OpenSim.Data"/> | ||
319 | <Files> | ||
320 | <Match pattern="*.cs" recurse="true"/> | ||
321 | </Files> | ||
322 | </Project> | ||
323 | |||
324 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | ||
325 | <Configuration name="Debug"> | ||
326 | <Options> | ||
327 | <OutputPath>../../../../bin/</OutputPath> | ||
328 | </Options> | ||
329 | </Configuration> | ||
330 | <Configuration name="Release"> | ||
331 | <Options> | ||
332 | <OutputPath>../../../../bin/</OutputPath> | ||
333 | </Options> | ||
334 | </Configuration> | ||
335 | |||
336 | <ReferencePath>../../../../bin/</ReferencePath> | ||
337 | <Reference name="System"/> | ||
338 | <Reference name="System.Xml"/> | ||
339 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
340 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
341 | <Reference name="OpenSim.Framework"/> | ||
342 | <Reference name="OpenSim.Framework.Console"/> | ||
343 | <Reference name="OpenSim.Framework.Configuration.XML"/> | ||
344 | <Reference name="OpenSim.Data"/> | ||
345 | <Reference name="log4net" path="../../../../bin/"/> | ||
346 | <Files> | ||
347 | <Match pattern="*.cs" recurse="true"/> | ||
348 | </Files> | ||
349 | </Project> | ||
350 | |||
351 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 299 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
352 | <Configuration name="Debug"> | 300 | <Configuration name="Debug"> |
353 | <Options> | 301 | <Options> |