diff options
author | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
commit | fcaa4f601231a6feb7fd5ea40e35fba6220c6235 (patch) | |
tree | 003517e08cd61bccc1263ab992d09c576aa25ab4 /bin/inventory/AnimationsLibrary | |
parent | Don't load current/next/everyone/base permissions from the library item xml f... (diff) | |
download | opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.zip opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.gz opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.bz2 opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.xz |
Revert "Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong.
This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
Diffstat (limited to 'bin/inventory/AnimationsLibrary')
-rw-r--r-- | bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml index 9cfadf0..2a6ceb4 100644 --- a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | |||
@@ -108,6 +108,8 @@ | |||
108 | <Key Name="inventoryType" Value="19" /> | 108 | <Key Name="inventoryType" Value="19" /> |
109 | </Section> | 109 | </Section> |
110 | 110 | ||
111 | |||
112 | |||
111 | <!-- | 113 | <!-- |
112 | <Section Name="Example Library Item"> | 114 | <Section Name="Example Library Item"> |
113 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | 115 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> |
@@ -117,6 +119,10 @@ | |||
117 | <Key Name="name" Value="Example Library Item" /> | 119 | <Key Name="name" Value="Example Library Item" /> |
118 | <Key Name="assetType" Value="7" /> | 120 | <Key Name="assetType" Value="7" /> |
119 | <Key Name="inventoryType" Value="7" /> | 121 | <Key Name="inventoryType" Value="7" /> |
122 | <Key Name="currentPermissions" Value="2147483647" /> | ||
123 | <Key Name="nextPermissions" Value="2147483647" /> | ||
124 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
125 | <Key Name="basePermissions" Value="2147483647" /> | ||
120 | </Section> | 126 | </Section> |
121 | --> | 127 | --> |
122 | 128 | ||