From c20e0286d3eae7fb78d783d79690d6c41735aa8a Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Wed, 11 Mar 2009 07:38:35 +0000
Subject: Adding AssetInventory InventoryArchive plugin
This plugin exposes an HTTP handler on the AssetInventoryServer which
serves a gzipped tar file containing the contents of a user's inventory.
The assets referenced by the inventory are not yet archived. At the
moment only export functionality is implemented, restore functionality
is missing.
prebuild.xml had to be shuffled around a bit in order for the plugin to
build, as it has a dependency on OpenSim.Region.CoreModules.
Also, close a MemoryStream in a few places.
---
.../Plugins/Resources/AssetInventoryServerPlugins.addin.xml | 3 +++
1 file changed, 3 insertions(+)
(limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/Resources')
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml
index c1e5c4d..42a279d 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml
@@ -22,4 +22,7 @@
+
+
+
--
cgit v1.1