diff options
author | Mike Mazur | 2009-03-11 07:38:35 +0000 |
---|---|---|
committer | Mike Mazur | 2009-03-11 07:38:35 +0000 |
commit | c20e0286d3eae7fb78d783d79690d6c41735aa8a (patch) | |
tree | c42bd307f3c5021da2e15d62c4416931023faa5d /prebuild.xml | |
parent | add a taint to SOP.UpdateShape() - addresses Mantis #3277 (diff) | |
download | opensim-SC_OLD-c20e0286d3eae7fb78d783d79690d6c41735aa8a.zip opensim-SC_OLD-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.gz opensim-SC_OLD-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.bz2 opensim-SC_OLD-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 59 |
1 files changed, 31 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6c17df4..6406550 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -844,34 +844,6 @@ | |||
844 | </Files> | 844 | </Files> |
845 | </Project> | 845 | </Project> |
846 | 846 | ||
847 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
848 | <Configuration name="Debug"> | ||
849 | <Options> | ||
850 | <OutputPath>../../../../bin/</OutputPath> | ||
851 | </Options> | ||
852 | </Configuration> | ||
853 | <Configuration name="Release"> | ||
854 | <Options> | ||
855 | <OutputPath>../../../../bin/</OutputPath> | ||
856 | </Options> | ||
857 | </Configuration> | ||
858 | |||
859 | <ReferencePath>../../../../bin/</ReferencePath> | ||
860 | <Reference name="System"/> | ||
861 | <Reference name="System.Web"/> | ||
862 | <Reference name="OpenMetaverseTypes"/> | ||
863 | <Reference name="OpenMetaverse.StructuredData"/> | ||
864 | <Reference name="OpenSim.Framework"/> | ||
865 | <Reference name="OpenSim.Framework.Servers"/> | ||
866 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
867 | <Reference name="log4net"/> | ||
868 | |||
869 | <Files> | ||
870 | <Match pattern="*.cs" recurse="false" /> | ||
871 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
872 | </Files> | ||
873 | </Project> | ||
874 | |||
875 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> | 847 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> |
876 | <Configuration name="Debug"> | 848 | <Configuration name="Debug"> |
877 | <Options> | 849 | <Options> |
@@ -1147,6 +1119,37 @@ | |||
1147 | </Files> | 1119 | </Files> |
1148 | </Project> | 1120 | </Project> |
1149 | 1121 | ||
1122 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
1123 | <Configuration name="Debug"> | ||
1124 | <Options> | ||
1125 | <OutputPath>../../../../bin/</OutputPath> | ||
1126 | </Options> | ||
1127 | </Configuration> | ||
1128 | <Configuration name="Release"> | ||
1129 | <Options> | ||
1130 | <OutputPath>../../../../bin/</OutputPath> | ||
1131 | </Options> | ||
1132 | </Configuration> | ||
1133 | |||
1134 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1135 | <Reference name="System"/> | ||
1136 | <Reference name="System.Web"/> | ||
1137 | <Reference name="OpenMetaverseTypes"/> | ||
1138 | <Reference name="OpenMetaverse.StructuredData"/> | ||
1139 | <Reference name="OpenSim.Framework"/> | ||
1140 | <Reference name="OpenSim.Framework.Servers"/> | ||
1141 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1142 | <Reference name="log4net"/> | ||
1143 | |||
1144 | <!-- Needed for TarArchiver. Hopefully it can be moved to Framework or something so we don't depend on Region DLLs. --> | ||
1145 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1146 | |||
1147 | <Files> | ||
1148 | <Match pattern="*.cs" recurse="false" /> | ||
1149 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1150 | </Files> | ||
1151 | </Project> | ||
1152 | |||
1150 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> | 1153 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> |
1151 | <Configuration name="Debug"> | 1154 | <Configuration name="Debug"> |
1152 | <Options> | 1155 | <Options> |