aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Data.SQLite.addin.xml
blob: 1d2f29ee2d6c7f9a189f1bcef9a30ffa7c1b0954 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Addin id="OpenSim.Data.SQLite" version="0.1">
    <Runtime>
        <Import assembly="OpenSim.Data.SQLite.dll"/>
    </Runtime>
    <Dependencies>
        <Addin id="OpenSim.Data" version="0.5" />
    </Dependencies>
    <Extension path = "/OpenSim/GridData">
        <Plugin provider="OpenSim.Data.SQLite.dll" type="OpenSim.Data.SQLite.SQLiteGridData" />
    </Extension>
</Addin>