mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
now the first section of Libraries.xml should only contain entry RootVersion to define the Opensim library version. THis should eb incremented when there are changes on ny library entry
This commit is contained in:
@@ -14,69 +14,46 @@
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<!-- comment the following to stop from loading the subfolders on login -->
|
||||
|
||||
<!---->
|
||||
<Section Name="Animations Library">
|
||||
<Key Name="foldersFile" Value="AnimationsLibrary/AnimationsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="AnimationsLibrary/AnimationsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="BodyParts Library">
|
||||
<Key Name="foldersFile" Value="BodyPartsLibrary/BodyPartsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="BodyPartsLibrary/BodyPartsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Clothing Library">
|
||||
<Key Name="foldersFile" Value="ClothingLibrary/ClothingLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ClothingLibrary/ClothingLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Gestures Library">
|
||||
<Key Name="foldersFile" Value="GesturesLibrary/GesturesLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="GesturesLibrary/GesturesLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Landmarks Library">
|
||||
<Key Name="foldersFile" Value="LandmarksLibrary/LandmarksLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="LandmarksLibrary/LandmarksLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Notecards Library">
|
||||
<Key Name="foldersFile" Value="NotecardsLibrary/NotecardsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="NotecardsLibrary/NotecardsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Objects Library">
|
||||
<Key Name="foldersFile" Value="ObjectsLibrary/ObjectsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ObjectsLibrary/ObjectsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Photos Library">
|
||||
<Key Name="foldersFile" Value="PhotosLibrary/PhotosLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="PhotosLibrary/PhotosLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Scripts Library">
|
||||
<Key Name="foldersFile" Value="ScriptsLibrary/ScriptsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ScriptsLibrary/ScriptsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Sounds Library">
|
||||
<Key Name="foldersFile" Value="SoundsLibrary/SoundsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="SoundsLibrary/SoundsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Textures Library">
|
||||
<Key Name="foldersFile" Value="TexturesLibrary/TexturesLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="TexturesLibrary/TexturesLibraryItems.xml"/>
|
||||
@@ -85,5 +62,4 @@
|
||||
<Key Name="foldersFile" Value="SettingsLibrary/Folders.xml"/>
|
||||
<Key Name="itemsFile" Value="SettingsLibrary/Items.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
</Nini>
|
||||
|
||||
Reference in New Issue
Block a user