RestHandler.addin.xml 424 B

1234567891011
  1. <Addin id="OpenSim.ApplicationPlugins.Rest.Inventory" version="0.1">
  2. <Runtime>
  3. <Import assembly="OpenSim.ApplicationPlugins.Rest.Inventory.dll"/>
  4. </Runtime>
  5. <Dependencies>
  6. <Addin id="OpenSim" version="0.5" />
  7. </Dependencies>
  8. <Extension path = "/OpenSim/Startup">
  9. <Plugin id="RestInventory" type="OpenSim.ApplicationPlugins.Rest.Inventory.RestHandler" />
  10. </Extension>
  11. </Addin>