diff options
author | Charles Krinke | 2008-08-18 14:31:54 +0000 |
---|---|---|
committer | Charles Krinke | 2008-08-18 14:31:54 +0000 |
commit | ae3a1dd9a2d9f350299b7c5e2b209d3e4756ab81 (patch) | |
tree | cf87e0b031b26d6707d047e4de8ce048ed1b9dcf /bin/inventory/Libraries.xml | |
parent | * maptile - just flatten it.. we'll worry about projection later.. (diff) | |
download | opensim-SC_OLD-ae3a1dd9a2d9f350299b7c5e2b209d3e4756ab81.zip opensim-SC_OLD-ae3a1dd9a2d9f350299b7c5e2b209d3e4756ab81.tar.gz opensim-SC_OLD-ae3a1dd9a2d9f350299b7c5e2b209d3e4756ab81.tar.bz2 opensim-SC_OLD-ae3a1dd9a2d9f350299b7c5e2b209d3e4756ab81.tar.xz |
Mantis#1992. Thank you kindly, ChrisDown for a patch that:
Corrects accidental removal of tags in /bin/inventory/Libraries.xml
Diffstat (limited to 'bin/inventory/Libraries.xml')
-rw-r--r-- | bin/inventory/Libraries.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/inventory/Libraries.xml b/bin/inventory/Libraries.xml index fe49c72..d9592a4 100644 --- a/bin/inventory/Libraries.xml +++ b/bin/inventory/Libraries.xml | |||
@@ -8,11 +8,12 @@ | |||
8 | the hardcoded root library folder ("OpenSim Library") | 8 | the hardcoded root library folder ("OpenSim Library") |
9 | 9 | ||
10 | You can also add folders and items to the folders of libraries defined in this file --> | 10 | You can also add folders and items to the folders of libraries defined in this file --> |
11 | 11 | <!-- | |
12 | <Section Name="My Site Library"> | 12 | <Section Name="My Site Library"> |
13 | <Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/> | 13 | <Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/> |
14 | <Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/> | 14 | <Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/> |
15 | 15 | </Section> | |
16 | --> | ||
16 | 17 | ||
17 | <!-- comment the following to stop from loading the subfolders on login --> | 18 | <!-- comment the following to stop from loading the subfolders on login --> |
18 | 19 | ||