diff options
author | Justin Clarke Casey | 2009-02-25 17:30:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-25 17:30:15 +0000 |
commit | 2d8843968fe7f3dbbb94717957fdc3b637f039cb (patch) | |
tree | 4698a7d82ab71905b0754dde84cdea5473727370 /OpenSim/Region/CoreModules/World/Archiver | |
parent | * ignored some gens (diff) | |
download | opensim-SC-2d8843968fe7f3dbbb94717957fdc3b637f039cb.zip opensim-SC-2d8843968fe7f3dbbb94717957fdc3b637f039cb.tar.gz opensim-SC-2d8843968fe7f3dbbb94717957fdc3b637f039cb.tar.bz2 opensim-SC-2d8843968fe7f3dbbb94717957fdc3b637f039cb.tar.xz |
* Store inventory data in an 'inventory' directory rather than in the root of an iar
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Archiver')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/ArchiveConstants.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveConstants.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveConstants.cs index 179d1a2..f5f1fdb 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveConstants.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveConstants.cs | |||
@@ -46,11 +46,6 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
46 | public static readonly string ASSETS_PATH = "assets/"; | 46 | public static readonly string ASSETS_PATH = "assets/"; |
47 | 47 | ||
48 | /// <summary> | 48 | /// <summary> |
49 | /// Path for the assets metadata file | ||
50 | /// </summary> | ||
51 | //public static readonly string ASSETS_METADATA_PATH = "assets.xml"; | ||
52 | |||
53 | /// <summary> | ||
54 | /// Path for the prims file | 49 | /// Path for the prims file |
55 | /// </summary> | 50 | /// </summary> |
56 | public static readonly string OBJECTS_PATH = "objects/"; | 51 | public static readonly string OBJECTS_PATH = "objects/"; |