diff options
author | Justin Clarke Casey | 2008-06-21 18:44:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-21 18:44:17 +0000 |
commit | ff56cb730b6c749bd6d5c87a688d0c1656e58b4e (patch) | |
tree | b5ed5b0ddc7185019774406e539ab76a886aca95 /OpenSim/Region | |
parent | * minor: override the name of the sog such that it gets/sets the root part name (diff) | |
download | opensim-SC_OLD-ff56cb730b6c749bd6d5c87a688d0c1656e58b4e.zip opensim-SC_OLD-ff56cb730b6c749bd6d5c87a688d0c1656e58b4e.tar.gz opensim-SC_OLD-ff56cb730b6c749bd6d5c87a688d0c1656e58b4e.tar.bz2 opensim-SC_OLD-ff56cb730b6c749bd6d5c87a688d0c1656e58b4e.tar.xz |
* minor: start saving current prims xml to an objects/ directory in the archive
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Archiver/ArchiveConstants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveConstants.cs b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveConstants.cs index 5bc1952..a96325f 100644 --- a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveConstants.cs +++ b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveConstants.cs | |||
@@ -50,6 +50,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver | |||
50 | /// <summary> | 50 | /// <summary> |
51 | /// Path for the prims file | 51 | /// Path for the prims file |
52 | /// </summary> | 52 | /// </summary> |
53 | public static readonly string PRIMS_PATH = "prims.xml"; | 53 | public static readonly string PRIMS_PATH = "objects/prims.xml"; |
54 | } | 54 | } |
55 | } | 55 | } |