diff options
author | Brian McBee | 2008-01-09 03:52:07 +0000 |
---|---|---|
committer | Brian McBee | 2008-01-09 03:52:07 +0000 |
commit | 19ed64b11456b990ecbf6f6d4d33112005cd3722 (patch) | |
tree | 382571a476a9e375a6e5063323b583a7525aa27b /bin/inventory/Libraries.xml | |
parent | make Stopped a property of the SceneObjectPart instead of in the (diff) | |
download | opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.zip opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.gz opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.bz2 opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.xz |
Third part of CharlieO's library rework. We now have library organization! Thanks CharlieO!
Diffstat (limited to 'bin/inventory/Libraries.xml')
-rw-r--r-- | bin/inventory/Libraries.xml | 75 |
1 files changed, 72 insertions, 3 deletions
diff --git a/bin/inventory/Libraries.xml b/bin/inventory/Libraries.xml index eb3660d..e1c19fc 100644 --- a/bin/inventory/Libraries.xml +++ b/bin/inventory/Libraries.xml | |||
@@ -3,15 +3,84 @@ | |||
3 | <Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/> | 3 | <Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/> |
4 | <Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/> | 4 | <Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/> |
5 | </Section> | 5 | </Section> |
6 | <!-- Additional libraries can be added as shown below. These folders and items can appear underneath | 6 | |
7 | <!-- Additional libraries can be added as shown below. These folders and items can appear underneath | ||
7 | the hardcoded root library folder ("OpenSim Library") | 8 | the hardcoded root library folder ("OpenSim Library") |
8 | 9 | ||
9 | You can also add folders and items to the folders of libraries defined earlier on in this file --> | 10 | You can also add folders and items to the folders of libraries defined in this file --> |
10 | |||
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 | </Section> | 15 | </Section> |
16 | --> | 16 | --> |
17 | |||
18 | <!-- comment the following to stop from loading the subfolders on login --> | ||
19 | |||
20 | <!----> | ||
21 | <Section Name="Animations Library"> | ||
22 | <Key Name="foldersFile" Value="AnimationsLibrary/AnimationsLibraryFolders.xml"/> | ||
23 | <Key Name="itemsFile" Value="AnimationsLibrary/AnimationsLibraryItems.xml"/> | ||
24 | </Section> | ||
25 | <!----> | ||
26 | <!----> | ||
27 | <Section Name="BodyParts Library"> | ||
28 | <Key Name="foldersFile" Value="BodyPartsLibrary/BodyPartsLibraryFolders.xml"/> | ||
29 | <Key Name="itemsFile" Value="BodyPartsLibrary/BodyPartsLibraryItems.xml"/> | ||
30 | </Section> | ||
31 | <!----> | ||
32 | <!----> | ||
33 | <Section Name="Clothing Library"> | ||
34 | <Key Name="foldersFile" Value="ClothingLibrary/ClothingLibraryFolders.xml"/> | ||
35 | <Key Name="itemsFile" Value="ClothingLibrary/ClothingLibraryItems.xml"/> | ||
36 | </Section> | ||
37 | <!----> | ||
38 | <!----> | ||
39 | <Section Name="Gestures Library"> | ||
40 | <Key Name="foldersFile" Value="GesturesLibrary/GesturesLibraryFolders.xml"/> | ||
41 | <Key Name="itemsFile" Value="GesturesLibrary/GesturesLibraryItems.xml"/> | ||
42 | </Section> | ||
43 | <!----> | ||
44 | <!----> | ||
45 | <Section Name="Landmarks Library"> | ||
46 | <Key Name="foldersFile" Value="LandmarksLibrary/LandmarksLibraryFolders.xml"/> | ||
47 | <Key Name="itemsFile" Value="LandmarksLibrary/LandmarksLibraryItems.xml"/> | ||
48 | </Section> | ||
49 | <!----> | ||
50 | <!----> | ||
51 | <Section Name="Notecards Library"> | ||
52 | <Key Name="foldersFile" Value="NotecardsLibrary/NotecardsLibraryFolders.xml"/> | ||
53 | <Key Name="itemsFile" Value="NotecardsLibrary/NotecardsLibraryItems.xml"/> | ||
54 | </Section> | ||
55 | <!----> | ||
56 | <!----> | ||
57 | <Section Name="Objects Library"> | ||
58 | <Key Name="foldersFile" Value="ObjectsLibrary/ObjectsLibraryFolders.xml"/> | ||
59 | <Key Name="itemsFile" Value="ObjectsLibrary/ObjectsLibraryItems.xml"/> | ||
60 | </Section> | ||
61 | <!----> | ||
62 | <!----> | ||
63 | <Section Name="Photos Library"> | ||
64 | <Key Name="foldersFile" Value="PhotosLibrary/PhotosLibraryFolders.xml"/> | ||
65 | <Key Name="itemsFile" Value="PhotosLibrary/PhotosLibraryItems.xml"/> | ||
66 | </Section> | ||
67 | <!----> | ||
68 | <!----> | ||
69 | <Section Name="Scripts Library"> | ||
70 | <Key Name="foldersFile" Value="ScriptsLibrary/ScriptsLibraryFolders.xml"/> | ||
71 | <Key Name="itemsFile" Value="ScriptsLibrary/ScriptsLibraryItems.xml"/> | ||
72 | </Section> | ||
73 | <!----> | ||
74 | <!----> | ||
75 | <Section Name="Sounds Library"> | ||
76 | <Key Name="foldersFile" Value="SoundsLibrary/SoundsLibraryFolders.xml"/> | ||
77 | <Key Name="itemsFile" Value="SoundsLibrary/SoundsLibraryItems.xml"/> | ||
78 | </Section> | ||
79 | <!----> | ||
80 | <!----> | ||
81 | <Section Name="Textures Library"> | ||
82 | <Key Name="foldersFile" Value="TexturesLibrary/TexturesLibraryFolders.xml"/> | ||
83 | <Key Name="itemsFile" Value="TexturesLibrary/TexturesLibraryItems.xml"/> | ||
84 | </Section> | ||
85 | <!----> | ||
17 | </Nini> | 86 | </Nini> |