Shift default OpenSim library into its own directory

afrisby
Justin Clarke Casey 2007-12-30 19:05:11 +00:00
parent 527b5f86a2
commit 7d04cf8d4e
3 changed files with 7 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache
CreateLibraryItems(); CreateLibraryItems();
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml"); string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary/OpenSimLibrary.xml");
if (File.Exists(filePath)) if (File.Exists(filePath))
{ {
try try

6
bin/inventory/README.txt Normal file
View File

@ -0,0 +1,6 @@
README
Inventory configuration is carried out here. Currently, you can add new items to OpenSimLibrary/OpenSimLibrary.xml,
as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml.
Inventory_Default.xml and Inventory_Library.xml are unused at the moment.