aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
diff options
context:
space:
mode:
authorUbitUmarov2015-09-01 11:43:07 +0100
committerUbitUmarov2015-09-01 11:43:07 +0100
commitfb78b182520fc9bb0f971afd0322029c70278ea6 (patch)
treeb4e30d383938fdeef8c92d1d1c2f44bb61d329bd /bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
parentlixo (diff)
parentMantis #7713: fixed bug introduced by 1st MOSES patch. (diff)
downloadopensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.zip
opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.gz
opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.bz2
opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.xz
Merge remote-tracking branch 'os/master'
Diffstat (limited to 'bin/inventory/SoundsLibrary/SoundsLibraryItems.xml')
-rw-r--r--bin/inventory/SoundsLibrary/SoundsLibraryItems.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
new file mode 100644
index 0000000..907c83c
--- /dev/null
+++ b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
@@ -0,0 +1,27 @@
1<!--
2 In Keys,
3 name is the name of the item.
4 description is the description of the item.
5 assetID is the ID of the asset data that is referenced by the item.
6 folderID is the ID of the folder containing this item.
7 inventoryID is the ID for the item. It must be unique.
8 assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse
9 inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse
10 flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse.
11-->
12
13<Nini>
14
15<!--
16 <Section Name="Example Library Item">
17 <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
18 <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
19 <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
20 <Key Name="description" Value="Example Library Item" />
21 <Key Name="name" Value="Example Library Item" />
22 <Key Name="assetType" Value="7" />
23 <Key Name="inventoryType" Value="7" />
24 </Section>
25-->
26
27</Nini>