diff options
author | Justin Clark-Casey (justincc) | 2010-06-04 18:00:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-06-04 18:00:48 +0100 |
commit | 2f6d401db13b31c6cac7450266dade6e678c8aa6 (patch) | |
tree | 8ae3f924dfecbea30835d0172ac5464c6b8325b6 /prebuild.xml | |
parent | Revert "Next OSG test. Don't remove app domains if they contain running threa... (diff) | |
parent | switch 0.6.9 flavour to release (diff) | |
download | opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.zip opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.gz opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.bz2 opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.xz |
Merge remote branch 'origin/0.6.9' into 0.6.9-post-fixes
This chiefly brings in the new sqlite adaptor and renames the old one to SQLiteLegacy
Existing configuratios should continue to work without changes unless you are using Mac OSX and mono 2.6 or later, in which case you will need to enable SQLiteLegacy instead. Please se the instructions in OpenSim.ini.example and the relevant config/include .ini files
Conflicts:
OpenSim/Framework/Servers/VersionInfo.cs
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 66ab532..d2456b2 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2470,7 +2470,7 @@ | |||
2470 | </Files> | 2470 | </Files> |
2471 | </Project> | 2471 | </Project> |
2472 | 2472 | ||
2473 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2473 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library"> |
2474 | <Configuration name="Debug"> | 2474 | <Configuration name="Debug"> |
2475 | <Options> | 2475 | <Options> |
2476 | <OutputPath>../../../bin/</OutputPath> | 2476 | <OutputPath>../../../bin/</OutputPath> |
@@ -2507,6 +2507,42 @@ | |||
2507 | </Files> | 2507 | </Files> |
2508 | </Project> | 2508 | </Project> |
2509 | 2509 | ||
2510 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | ||
2511 | <Configuration name="Debug"> | ||
2512 | <Options> | ||
2513 | <OutputPath>../../../bin/</OutputPath> | ||
2514 | </Options> | ||
2515 | </Configuration> | ||
2516 | <Configuration name="Release"> | ||
2517 | <Options> | ||
2518 | <OutputPath>../../../bin/</OutputPath> | ||
2519 | </Options> | ||
2520 | </Configuration> | ||
2521 | |||
2522 | <ReferencePath>../../../bin/</ReferencePath> | ||
2523 | <Reference name="System"/> | ||
2524 | <Reference name="System.Xml"/> | ||
2525 | <Reference name="System.Data"/> | ||
2526 | <Reference name="OpenSim.Data"/> | ||
2527 | <Reference name="System.Drawing"/> | ||
2528 | <Reference name="OpenSim.Framework"/> | ||
2529 | <Reference name="OpenSim.Framework.Console"/> | ||
2530 | <Reference name="OpenSim.Region.Framework"/> | ||
2531 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2532 | <Reference name="OpenMetaverse.dll"/> | ||
2533 | <Reference name="Mono.Data.Sqlite"/> | ||
2534 | <Reference name="Mono.Addins.dll" /> | ||
2535 | <Reference name="log4net.dll"/> | ||
2536 | |||
2537 | <Files> | ||
2538 | <Match pattern="*.cs" recurse="true" > | ||
2539 | <Exclude name="Tests" pattern="Tests" /> | ||
2540 | </Match> | ||
2541 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
2542 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2543 | </Files> | ||
2544 | </Project> | ||
2545 | |||
2510 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2546 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2511 | <Configuration name="Debug"> | 2547 | <Configuration name="Debug"> |
2512 | <Options> | 2548 | <Options> |