aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml
diff options
context:
space:
mode:
authorBrian McBee2008-01-07 01:03:46 +0000
committerBrian McBee2008-01-07 01:03:46 +0000
commit35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 (patch)
tree42e91b37aa581006dc9defb6780ff15319049d3f /bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml
parentFactor out inventory code in SceneObjectGroup into seperate class. (diff)
downloadopensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.zip
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.gz
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.bz2
opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.xz
More inventory work for CharlieO. Final patch to make it all work yet to come.
Diffstat (limited to 'bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml')
-rw-r--r--bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml
new file mode 100644
index 0000000..187ab3a
--- /dev/null
+++ b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml
@@ -0,0 +1,19 @@
1<Nini>
2
3<!--
4 <Section Name="Example Library Item">
5 <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
6 <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
7 <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
8 <Key Name="description" Value="Example Library Item" />
9 <Key Name="name" Value="Example Library Item" />
10 <Key Name="assetType" Value="7" />
11 <Key Name="inventoryType" Value="7" />
12 <Key Name="currentPermissions" Value="2147483647" />
13 <Key Name="nextPermissions" Value="2147483647" />
14 <Key Name="everyonePermissions" Value="2147483647" />
15 <Key Name="basePermissions" Value="2147483647" />
16 </Section>
17-->
18
19</Nini>