aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/PhotosLibrary/PhotosLibraryFolders.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/PhotosLibrary/PhotosLibraryFolders.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/PhotosLibrary/PhotosLibraryFolders.xml')
-rw-r--r--bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml b/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml
new file mode 100644
index 0000000..9b0bad8
--- /dev/null
+++ b/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml
@@ -0,0 +1,17 @@
1<Nini>
2<!--
3 <Section Name="Example Library">
4 <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/>
5 <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
6 <Key Name="name" Value="Example Library"/>
7 <Key Name="type" Value="0"/>
8 </Section>
9 -->
10
11 <Section Name="Photos Library">
12 <Key Name="folderID" Value="cf7e2db0-b9be-11dc-95ff-0800200c9a66"/>
13 <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
14 <Key Name="name" Value="Photos Library"/>
15 <Key Name="type" Value="15"/>
16 </Section>
17</Nini>