diff options
author | Melanie | 2009-10-02 19:03:22 +0100 |
---|---|---|
committer | Melanie | 2009-10-02 19:03:22 +0100 |
commit | ce8974539e2de92e0a16a49ae560ecf5aac5e7d3 (patch) | |
tree | a8f426b248dd22581c05f786498d6347b62f5825 /OpenSim/Framework/Serialization/ArchiveConstants.cs | |
parent | Merge branch 'diva-textures-osgrid' into diva-textures (diff) | |
parent | Added a default for grid services in standalone. (diff) | |
download | opensim-SC-ce8974539e2de92e0a16a49ae560ecf5aac5e7d3.zip opensim-SC-ce8974539e2de92e0a16a49ae560ecf5aac5e7d3.tar.gz opensim-SC-ce8974539e2de92e0a16a49ae560ecf5aac5e7d3.tar.bz2 opensim-SC-ce8974539e2de92e0a16a49ae560ecf5aac5e7d3.tar.xz |
Merge branch 'master' into diva-textures
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Serialization/ArchiveConstants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Serialization/ArchiveConstants.cs b/OpenSim/Framework/Serialization/ArchiveConstants.cs index f6dedec..1cd80db 100644 --- a/OpenSim/Framework/Serialization/ArchiveConstants.cs +++ b/OpenSim/Framework/Serialization/ArchiveConstants.cs | |||
@@ -66,6 +66,11 @@ namespace OpenSim.Framework.Serialization | |||
66 | public const string SETTINGS_PATH = "settings/"; | 66 | public const string SETTINGS_PATH = "settings/"; |
67 | 67 | ||
68 | /// <value> | 68 | /// <value> |
69 | /// Path for region settings. | ||
70 | /// </value> | ||
71 | public const string LANDDATA_PATH = "landdata/"; | ||
72 | |||
73 | /// <value> | ||
69 | /// Path for user profiles | 74 | /// Path for user profiles |
70 | /// </value> | 75 | /// </value> |
71 | public const string USERS_PATH = "userprofiles/"; | 76 | public const string USERS_PATH = "userprofiles/"; |