aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-04-02 15:48:01 +0000
committerMW2007-04-02 15:48:01 +0000
commitfdc9ed89b4adaa7f23ca06613b2ee36c30895021 (patch)
tree3c90368815d37055bac61ee3bdce5b5593715e2a /prebuild.xml
parentAdded OpenSim.GenericConfig.Xml project, so we can swap to a more generic con... (diff)
downloadopensim-SC_OLD-fdc9ed89b4adaa7f23ca06613b2ee36c30895021.zip
opensim-SC_OLD-fdc9ed89b4adaa7f23ca06613b2ee36c30895021.tar.gz
opensim-SC_OLD-fdc9ed89b4adaa7f23ca06613b2ee36c30895021.tar.bz2
opensim-SC_OLD-fdc9ed89b4adaa7f23ca06613b2ee36c30895021.tar.xz
OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml45
1 files changed, 23 insertions, 22 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d13a5d3..793da74 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -369,6 +369,28 @@
369 </Files> 369 </Files>
370 </Project> 370 </Project>
371 371
372 <!-- Xml Config Dll -->
373 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
374 <Configuration name="Debug">
375 <Options>
376 <OutputPath>../../bin/</OutputPath>
377 </Options>
378 </Configuration>
379 <Configuration name="Release">
380 <Options>
381 <OutputPath>../../bin/</OutputPath>
382 </Options>
383 </Configuration>
384
385 <ReferencePath>../../bin/</ReferencePath>
386 <Reference name="System"/>
387 <Reference name="System.Xml"/>
388 <Reference name="OpenSim.Framework"/>
389
390 <Files>
391 <Match pattern="*.cs" recurse="true"/>
392 </Files>
393 </Project>
372 394
373 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> 395 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
374 <Configuration name="Debug"> 396 <Configuration name="Debug">
@@ -390,6 +412,7 @@
390 <Reference name="Db4objects.Db4o.dll"/> 412 <Reference name="Db4objects.Db4o.dll"/>
391 <Reference name="OpenSim.Framework"/> 413 <Reference name="OpenSim.Framework"/>
392 <Reference name="OpenSim.Framework.Console"/> 414 <Reference name="OpenSim.Framework.Console"/>
415 <Reference name="OpenSim.GenericConfig.Xml"/>
393 <Reference name="OpenSim.Physics.Manager"/> 416 <Reference name="OpenSim.Physics.Manager"/>
394 <Reference name="OpenSim.Servers"/> 417 <Reference name="OpenSim.Servers"/>
395 418
@@ -453,28 +476,6 @@
453 </Files> 476 </Files>
454 </Project> 477 </Project>
455 478
456 <!-- Xml Config Dll -->
457 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
458 <Configuration name="Debug">
459 <Options>
460 <OutputPath>../../bin/</OutputPath>
461 </Options>
462 </Configuration>
463 <Configuration name="Release">
464 <Options>
465 <OutputPath>../../bin/</OutputPath>
466 </Options>
467 </Configuration>
468
469 <ReferencePath>../../bin/</ReferencePath>
470 <Reference name="System"/>
471 <Reference name="System.Xml"/>
472 <Reference name="OpenSim.Framework"/>
473
474 <Files>
475 <Match pattern="*.cs" recurse="true"/>
476 </Files>
477 </Project>
478 </Solution> 479 </Solution>
479 480
480 481