aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 06b6eaa..b000ae7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -368,19 +368,19 @@
368 </Project> 368 </Project>
369 369
370 <!-- Basic embedded JVM --> 370 <!-- Basic embedded JVM -->
371 <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting.EmbeddedJVM" type="Library"> 371 <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library">
372 <Configuration name="Debug"> 372 <Configuration name="Debug">
373 <Options> 373 <Options>
374 <OutputPath>../bin/ScriptEngines/</OutputPath> 374 <OutputPath>../../bin/ScriptEngines/</OutputPath>
375 </Options> 375 </Options>
376 </Configuration> 376 </Configuration>
377 <Configuration name="Release"> 377 <Configuration name="Release">
378 <Options> 378 <Options>
379 <OutputPath>../bin/ScriptEngines/</OutputPath> 379 <OutputPath>../../bin/ScriptEngines/</OutputPath>
380 </Options> 380 </Options>
381 </Configuration> 381 </Configuration>
382 382
383 <ReferencePath>../bin/</ReferencePath> 383 <ReferencePath>../../bin/</ReferencePath>
384 <Reference name="System"/> 384 <Reference name="System"/>
385 <Reference name="System.Xml"/> 385 <Reference name="System.Xml"/>
386 <Reference name="OpenSim.Framework"/> 386 <Reference name="OpenSim.Framework"/>
@@ -500,19 +500,19 @@
500 </Files> 500 </Files>
501 </Project> 501 </Project>
502 502
503 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage.LocalStorageSQLite" type="Library"> 503 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library">
504 <Configuration name="Debug"> 504 <Configuration name="Debug">
505 <Options> 505 <Options>
506 <OutputPath>../bin/</OutputPath> 506 <OutputPath>../../bin/</OutputPath>
507 </Options> 507 </Options>
508 </Configuration> 508 </Configuration>
509 <Configuration name="Release"> 509 <Configuration name="Release">
510 <Options> 510 <Options>
511 <OutputPath>../bin/</OutputPath> 511 <OutputPath>../../bin/</OutputPath>
512 </Options> 512 </Options>
513 </Configuration> 513 </Configuration>
514 514
515 <ReferencePath>../bin/</ReferencePath> 515 <ReferencePath>../../bin/</ReferencePath>
516 <Reference name="System" localCopy="false"/> 516 <Reference name="System" localCopy="false"/>
517 <Reference name="System.Xml"/> 517 <Reference name="System.Xml"/>
518 <Reference name="System.Data"/> 518 <Reference name="System.Data"/>
@@ -525,19 +525,19 @@
525 </Files> 525 </Files>
526 </Project> 526 </Project>
527 527
528 <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage.LocalStorageBerkeleyDB" type="Library"> 528 <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
529 <Configuration name="Debug"> 529 <Configuration name="Debug">
530 <Options> 530 <Options>
531 <OutputPath>../bin/</OutputPath> 531 <OutputPath>../../bin/</OutputPath>
532 </Options> 532 </Options>
533 </Configuration> 533 </Configuration>
534 <Configuration name="Release"> 534 <Configuration name="Release">
535 <Options> 535 <Options>
536 <OutputPath>../bin/</OutputPath> 536 <OutputPath>../../bin/</OutputPath>
537 </Options> 537 </Options>
538 </Configuration> 538 </Configuration>
539 539
540 <ReferencePath>../bin/</ReferencePath> 540 <ReferencePath>../../bin/</ReferencePath>
541 <Reference name="System" localCopy="false"/> 541 <Reference name="System" localCopy="false"/>
542 <Reference name="System.Xml"/> 542 <Reference name="System.Xml"/>
543 <Reference name="System.Data"/> 543 <Reference name="System.Data"/>