mirror of
https://github.com/opensim/opensim.git
synced 2026-06-24 23:35:47 +08:00
* You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
18 lines
703 B
XML
18 lines
703 B
XML
<Nini>
|
|
<Section Name="OpenSim Standard Library">
|
|
<Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/>
|
|
<Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/>
|
|
</Section>
|
|
<!-- Additional libraries can be added as shown below. These folders and items can appear underneath
|
|
the hardcoded root library folder ("OpenSim Library")
|
|
|
|
You can also add folders and items to the folders of libraries defined earlier on in this file -->
|
|
|
|
<!--
|
|
<Section Name="My Site Library">
|
|
<Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/>
|
|
<Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/>
|
|
</Section>
|
|
-->
|
|
</Nini>
|