diff options
author | Sean Dague | 2008-01-09 18:41:20 +0000 |
---|---|---|
committer | Sean Dague | 2008-01-09 18:41:20 +0000 |
commit | 411d06c94e0b8e696eb6b19019f46079927151f2 (patch) | |
tree | e26dbe236ccc791e92b808e4b6ae63b0657b4f68 /prebuild.xml | |
parent | * Added helpers to convert from LSL PrimitiveParams values to PrimitiveBaseSh... (diff) | |
download | opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.zip opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.gz opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.bz2 opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.xz |
moving Region store for SQLite into the OpenSim.Framework.Data.SQLite
namespace to mirror what is done with MySQL. This will require a
configuration change for people using SQLite for prims which is given
as an example in OpenSim.ini.example
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9833ecc..bd15419 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -673,34 +673,6 @@ | |||
673 | </Files> | 673 | </Files> |
674 | </Project> | 674 | </Project> |
675 | 675 | ||
676 | |||
677 | <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> | ||
678 | <Configuration name="Debug"> | ||
679 | <Options> | ||
680 | <OutputPath>../../../../bin/</OutputPath> | ||
681 | </Options> | ||
682 | </Configuration> | ||
683 | <Configuration name="Release"> | ||
684 | <Options> | ||
685 | <OutputPath>../../../../bin/</OutputPath> | ||
686 | </Options> | ||
687 | </Configuration> | ||
688 | |||
689 | <ReferencePath>../../../../bin/</ReferencePath> | ||
690 | <Reference name="System" localCopy="false"/> | ||
691 | <Reference name="System.Xml"/> | ||
692 | <Reference name="System.Data"/> | ||
693 | <Reference name="Mono.Data.SqliteClient"/> | ||
694 | <Reference name="libsecondlife.dll"/> | ||
695 | <Reference name="OpenSim.Framework"/> | ||
696 | <Reference name="OpenSim.Region.Environment"/> | ||
697 | <Reference name="OpenSim.Framework.Console"/> | ||
698 | <Files> | ||
699 | <Match pattern="*.cs" recurse="true"/> | ||
700 | </Files> | ||
701 | </Project> | ||
702 | |||
703 | |||
704 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | 676 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> |
705 | <Configuration name="Debug"> | 677 | <Configuration name="Debug"> |
706 | <Options> | 678 | <Options> |
@@ -969,6 +941,7 @@ | |||
969 | <Reference name="OpenSim.Framework.Data"/> | 941 | <Reference name="OpenSim.Framework.Data"/> |
970 | <Reference name="OpenSim.Framework"/> | 942 | <Reference name="OpenSim.Framework"/> |
971 | <Reference name="OpenSim.Framework.Console"/> | 943 | <Reference name="OpenSim.Framework.Console"/> |
944 | <Reference name="OpenSim.Region.Environment"/> | ||
972 | <Reference name="libsecondlife.dll"/> | 945 | <Reference name="libsecondlife.dll"/> |
973 | <Reference name="Mono.Data.SqliteClient"/> | 946 | <Reference name="Mono.Data.SqliteClient"/> |
974 | <Files> | 947 | <Files> |