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/ClothingLibrary/ClothingLibraryItems.xml | |
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/ClothingLibrary/ClothingLibraryItems.xml')
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml index a12bb8a..9e297f0 100644 --- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -9,6 +9,10 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" 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" /> | ||
12 | </Section> | 16 | </Section> |
13 | --> | 17 | --> |
14 | <!-- | 18 | <!-- |
@@ -20,8 +24,11 @@ | |||
20 | <Key Name="name" Value="Shirt" /> | 24 | <Key Name="name" Value="Shirt" /> |
21 | <Key Name="assetType" Value="5" /> | 25 | <Key Name="assetType" Value="5" /> |
22 | <Key Name="inventoryType" Value="18" /> | 26 | <Key Name="inventoryType" Value="18" /> |
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
23 | </Section> | 31 | </Section> |
24 | |||
25 | <Section Name="Pants"> | 32 | <Section Name="Pants"> |
26 | <Key Name="inventoryID" Value="d5e46211-b9d1-11dc-95ff-0800200c9a66" /> | 33 | <Key Name="inventoryID" Value="d5e46211-b9d1-11dc-95ff-0800200c9a66" /> |
27 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120" /> | 34 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120" /> |
@@ -30,7 +37,10 @@ | |||
30 | <Key Name="name" Value="Pants" /> | 37 | <Key Name="name" Value="Pants" /> |
31 | <Key Name="assetType" Value="5" /> | 38 | <Key Name="assetType" Value="5" /> |
32 | <Key Name="inventoryType" Value="18" /> | 39 | <Key Name="inventoryType" Value="18" /> |
40 | <Key Name="currentPermissions" Value="2147483647" /> | ||
41 | <Key Name="nextPermissions" Value="2147483647" /> | ||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
43 | <Key Name="basePermissions" Value="2147483647" /> | ||
33 | </Section> | 44 | </Section> |
34 | --> | 45 | --> |
35 | |||
36 | </Nini> | 46 | </Nini> |