19 lines
544 B
XML
19 lines
544 B
XML
<Nini>
|
|
<!-- You probably don't want to remove the OpenSim asset set
|
|
since it contains various default assets which are currently hardcoded
|
|
However, you can remove the corresponding inventory library in bin/inventory if you wish
|
|
-->
|
|
|
|
<Section Name="OpenSim Asset Set">
|
|
<Key Name="file" Value="OpenSimAssetSet/OpenSimAssetSet.xml"/>
|
|
</Section>
|
|
|
|
<!-- New asset sets can be added as shown below -->
|
|
|
|
<!--
|
|
<Section Name="My Asset Set">
|
|
<Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/>
|
|
</Section>
|
|
-->
|
|
</Nini>
|