diff options
author | Melanie Thielker | 2008-09-06 14:58:23 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-06 14:58:23 +0000 |
commit | 9e545c9984790ddeabba0bf86e229af90da09ad6 (patch) | |
tree | bf305b155bcd2aadc1fb8a209d262a86f676fca3 /OpenSim/Tools/Export | |
parent | * Replace a Try/catch I commented out while testing/fixing issues. (diff) | |
download | opensim-SC_OLD-9e545c9984790ddeabba0bf86e229af90da09ad6.zip opensim-SC_OLD-9e545c9984790ddeabba0bf86e229af90da09ad6.tar.gz opensim-SC_OLD-9e545c9984790ddeabba0bf86e229af90da09ad6.tar.bz2 opensim-SC_OLD-9e545c9984790ddeabba0bf86e229af90da09ad6.tar.xz |
Mantis #2133
Thank you, Xugu Madison and ChrisDown, for a patch that
fixes linux filename extensions from .Xml back to .xml
Diffstat (limited to 'OpenSim/Tools/Export')
-rw-r--r-- | OpenSim/Tools/Export/OpenSimExport.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/Export/OpenSimExport.cs b/OpenSim/Tools/Export/OpenSimExport.cs index 68d4716..5c0ff52 100644 --- a/OpenSim/Tools/Export/OpenSimExport.cs +++ b/OpenSim/Tools/Export/OpenSimExport.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSimExport | |||
63 | XmlConfigurator.Configure(); | 63 | XmlConfigurator.Configure(); |
64 | 64 | ||
65 | OpenSimExport export = new OpenSimExport(InitConfig(args)); | 65 | OpenSimExport export = new OpenSimExport(InitConfig(args)); |
66 | RegionInfo reg = new RegionInfo("Sara Jane", "Regions/1000-1000.Xml",false); | 66 | RegionInfo reg = new RegionInfo("Sara Jane", "Regions/1000-1000.xml",false); |
67 | 67 | ||
68 | Console.WriteLine("This application does nothing useful yet: " + reg.RegionID); | 68 | Console.WriteLine("This application does nothing useful yet: " + reg.RegionID); |
69 | foreach (SceneObjectGroup group in export.sman.DataStore.LoadObjects(reg.RegionID)) | 69 | foreach (SceneObjectGroup group in export.sman.DataStore.LoadObjects(reg.RegionID)) |