* elminate now pointless inv type fields from OpenSim library xml

This commit is contained in:
Justin Clarke Casey
2008-07-02 16:34:24 +00:00
parent 9052c43319
commit 1187cd0d3d
8 changed files with 0 additions and 152 deletions

View File

@@ -3,14 +3,12 @@
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
<Key Name="name" Value="WelcomeNote" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="fileName" Value="welcomeNote.txt" />
</Section>
<Section Name="Example notecard">
<Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
<Key Name="name" Value="WelcomeNote" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="fileName" Value="exampleNote.txt" />
</Section>
</Nini>