diff options
author | Mike Mazur | 2008-07-23 05:53:54 +0000 |
---|---|---|
committer | Mike Mazur | 2008-07-23 05:53:54 +0000 |
commit | 6256078876d343a892d72df47ff6ce7d9e11f096 (patch) | |
tree | c34cbb428bd6c97614b9c30dce78a3ae1d927819 /bin/OpenSim.Data.SQLite.addin.xml | |
parent | Remove duplicate definitions in addin.xml files. How'd that happen anyway? (diff) | |
download | opensim-SC_OLD-6256078876d343a892d72df47ff6ce7d9e11f096.zip opensim-SC_OLD-6256078876d343a892d72df47ff6ce7d9e11f096.tar.gz opensim-SC_OLD-6256078876d343a892d72df47ff6ce7d9e11f096.tar.bz2 opensim-SC_OLD-6256078876d343a892d72df47ff6ce7d9e11f096.tar.xz |
Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.
Diffstat (limited to 'bin/OpenSim.Data.SQLite.addin.xml')
-rw-r--r-- | bin/OpenSim.Data.SQLite.addin.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.Data.SQLite.addin.xml b/bin/OpenSim.Data.SQLite.addin.xml new file mode 100644 index 0000000..ef254dc --- /dev/null +++ b/bin/OpenSim.Data.SQLite.addin.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <Addin id="OpenSim.Data.SQLite" version="0.1"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.Data.SQLite.dll"/> | ||
4 | </Runtime> | ||
5 | <Dependencies> | ||
6 | <Addin id="OpenSim.Data" version="0.5" /> | ||
7 | </Dependencies> | ||
8 | <Extension path = "/OpenSim/GridData"> | ||
9 | <Type id="OpenSim.Data.SQLite.dll" type="OpenSim.Data.SQLite.SQLiteGridData" /> | ||
10 | </Extension> | ||
11 | </Addin> | ||