diff options
author | Justin Clark-Casey (justincc) | 2011-07-23 02:13:11 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-23 02:13:11 +0100 |
commit | f0895028e96e39ca179cad8c103042397ad870e5 (patch) | |
tree | 07a381bc2eac55c04e2776b8d92757881a27ccfc /bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | |
parent | Revert "Don't load current/next/everyone/base permissions from the library it... (diff) | |
download | opensim-SC_OLD-f0895028e96e39ca179cad8c103042397ad870e5.zip opensim-SC_OLD-f0895028e96e39ca179cad8c103042397ad870e5.tar.gz opensim-SC_OLD-f0895028e96e39ca179cad8c103042397ad870e5.tar.bz2 opensim-SC_OLD-f0895028e96e39ca179cad8c103042397ad870e5.tar.xz |
Remove manually permissions settings on all current library items so that they use the defaults instead.
Some items had completely wrong permissions - this is easier than correcting them all.
The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
Diffstat (limited to 'bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml')
-rw-r--r-- | bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml index 2a6ceb4..9cfadf0 100644 --- a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | |||
@@ -108,8 +108,6 @@ | |||
108 | <Key Name="inventoryType" Value="19" /> | 108 | <Key Name="inventoryType" Value="19" /> |
109 | </Section> | 109 | </Section> |
110 | 110 | ||
111 | |||
112 | |||
113 | <!-- | 111 | <!-- |
114 | <Section Name="Example Library Item"> | 112 | <Section Name="Example Library Item"> |
115 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | 113 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> |
@@ -119,10 +117,6 @@ | |||
119 | <Key Name="name" Value="Example Library Item" /> | 117 | <Key Name="name" Value="Example Library Item" /> |
120 | <Key Name="assetType" Value="7" /> | 118 | <Key Name="assetType" Value="7" /> |
121 | <Key Name="inventoryType" Value="7" /> | 119 | <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" /> | ||
126 | </Section> | 120 | </Section> |
127 | --> | 121 | --> |
128 | 122 | ||