aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2015-09-05 17:37:07 -0700
committerDiva Canto2015-09-05 17:37:07 -0700
commit3cf07564b6d4e72f6193f5affdcb0dc14624991a (patch)
tree26ce3f3327e27a454df0f4fa501d14e3aac957f9 /prebuild.xml
parentDeleted unused file. (diff)
downloadopensim-SC_OLD-3cf07564b6d4e72f6193f5affdcb0dc14624991a.zip
opensim-SC_OLD-3cf07564b6d4e72f6193f5affdcb0dc14624991a.tar.gz
opensim-SC_OLD-3cf07564b6d4e72f6193f5affdcb0dc14624991a.tar.bz2
opensim-SC_OLD-3cf07564b6d4e72f6193f5affdcb0dc14624991a.tar.xz
Moved the two region loaders into the RegionLoaderPlugin dll, therefore eliminating 2 top-level dlls that didn't make much sense.
Diffstat (limited to '')
-rw-r--r--prebuild.xml52
1 files changed, 0 insertions, 52 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0daf6a4..7b17001 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -325,58 +325,6 @@
325 </Files> 325 </Files>
326 </Project> 326 </Project>
327 327
328 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
329 <Configuration name="Debug">
330 <Options>
331 <OutputPath>../../../../bin/</OutputPath>
332 </Options>
333 </Configuration>
334 <Configuration name="Release">
335 <Options>
336 <OutputPath>../../../../bin/</OutputPath>
337 </Options>
338 </Configuration>
339
340 <ReferencePath>../../../../bin/</ReferencePath>
341 <Reference name="System"/>
342 <Reference name="System.Xml"/>
343 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
344 <Reference name="XMLRPC" path="../../../../bin/"/>
345 <Reference name="OpenSim.Framework"/>
346 <Reference name="OpenSim.Framework.Console"/>
347 <Reference name="Nini" path="../../../../bin/"/>
348 <Reference name="log4net" path="../../../../bin/"/>
349 <Files>
350 <Match pattern="*.cs" recurse="true"/>
351 </Files>
352 </Project>
353
354 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
355 <Configuration name="Debug">
356 <Options>
357 <OutputPath>../../../../bin/</OutputPath>
358 </Options>
359 </Configuration>
360 <Configuration name="Release">
361 <Options>
362 <OutputPath>../../../../bin/</OutputPath>
363 </Options>
364 </Configuration>
365
366 <ReferencePath>../../../../bin/</ReferencePath>
367 <Reference name="System"/>
368 <Reference name="System.Xml"/>
369 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
370 <Reference name="log4net" path="../../../../bin/"/>
371 <Reference name="XMLRPC" path="../../../../bin/"/>
372 <Reference name="OpenSim.Framework"/>
373 <Reference name="OpenSim.Framework.Console"/>
374 <Reference name="Nini" path="../../../../bin/"/>
375 <Files>
376 <Match pattern="*.cs" recurse="true"/>
377 </Files>
378 </Project>
379
380 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 328 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
381 <Configuration name="Debug"> 329 <Configuration name="Debug">
382 <Options> 330 <Options>