- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in

OpenSim.Data.*.addin.xml, this is cruft left over from previous
  testing
- fix example SQLite connection string in
  AssetInventoryServer.ini.example
This commit is contained in:
Mike Mazur
2009-02-16 02:28:00 +00:00
parent 7d9882c04d
commit ef19d32a39
4 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
</Runtime>
<Dependencies>
<Addin id="OpenSim.Data" version="0.5" />
<Addin id="OpenSim.Grid.AssetServer.Plugins.OpenSim" version="0.1" />
</Dependencies>
<Extension path = "/OpenSim/GridData">
<Plugin id="SQLiteGridData" provider="OpenSim.Data.SQLite.dll" type="OpenSim.Data.SQLite.SQLiteGridData" />