diff options
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 2 | ||||
-rw-r--r-- | bin/inventory/OpenSimLibrary/OpenSimLibrary.xml (renamed from bin/inventory/OpenSimLibrary.xml) | 0 | ||||
-rw-r--r-- | bin/inventory/README.txt | 6 |
3 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 7ff2c97..20ec58a 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
64 | 64 | ||
65 | CreateLibraryItems(); | 65 | CreateLibraryItems(); |
66 | 66 | ||
67 | string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml"); | 67 | string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary/OpenSimLibrary.xml"); |
68 | if (File.Exists(filePath)) | 68 | if (File.Exists(filePath)) |
69 | { | 69 | { |
70 | try | 70 | try |
diff --git a/bin/inventory/OpenSimLibrary.xml b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml index b46c6ec..b46c6ec 100644 --- a/bin/inventory/OpenSimLibrary.xml +++ b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml | |||
diff --git a/bin/inventory/README.txt b/bin/inventory/README.txt new file mode 100644 index 0000000..003a18a --- /dev/null +++ b/bin/inventory/README.txt | |||
@@ -0,0 +1,6 @@ | |||
1 | README | ||
2 | |||
3 | Inventory configuration is carried out here. Currently, you can add new items to OpenSimLibrary/OpenSimLibrary.xml, | ||
4 | as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml. | ||
5 | |||
6 | Inventory_Default.xml and Inventory_Library.xml are unused at the moment. | ||