diff options
author | Justin Clarke Casey | 2008-07-02 16:34:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-02 16:34:24 +0000 |
commit | 1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1 (patch) | |
tree | 7d3a4adce996e6a48825b9808e617931edb481d1 /bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |
parent | * Drop InvType from the assets table since it is no longer used (diff) | |
download | opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.zip opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.gz opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.bz2 opensim-SC_OLD-1187cd0d3d838de8a2590160f6b3e2ea03b4c1d1.tar.xz |
* elminate now pointless inv type fields from OpenSim library xml
Diffstat (limited to 'bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml')
-rw-r--r-- | bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml index a535aa0..1d44a04 100644 --- a/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml +++ b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |||
@@ -3,14 +3,12 @@ | |||
3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | 3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> |
4 | <Key Name="name" Value="WelcomeNote" /> | 4 | <Key Name="name" Value="WelcomeNote" /> |
5 | <Key Name="assetType" Value="7" /> | 5 | <Key Name="assetType" Value="7" /> |
6 | <Key Name="inventoryType" Value="7" /> | ||
7 | <Key Name="fileName" Value="welcomeNote.txt" /> | 6 | <Key Name="fileName" Value="welcomeNote.txt" /> |
8 | </Section> | 7 | </Section> |
9 | <Section Name="Example notecard"> | 8 | <Section Name="Example notecard"> |
10 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | 9 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> |
11 | <Key Name="name" Value="WelcomeNote" /> | 10 | <Key Name="name" Value="WelcomeNote" /> |
12 | <Key Name="assetType" Value="7" /> | 11 | <Key Name="assetType" Value="7" /> |
13 | <Key Name="inventoryType" Value="7" /> | ||
14 | <Key Name="fileName" Value="exampleNote.txt" /> | 12 | <Key Name="fileName" Value="exampleNote.txt" /> |
15 | </Section> | 13 | </Section> |
16 | </Nini> | 14 | </Nini> |