aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-11 01:57:32 +0000
committerJustin Clark-Casey (justincc)2010-12-11 01:57:32 +0000
commit373ef594baeb7213f1f97c6bf444b7d348f25104 (patch)
tree3613d01243e78d550676f91d9902d93ac422ef79 /OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs
parentNormalization of OSSL function names. (diff)
downloadopensim-SC_OLD-373ef594baeb7213f1f97c6bf444b7d348f25104.zip
opensim-SC_OLD-373ef594baeb7213f1f97c6bf444b7d348f25104.tar.gz
opensim-SC_OLD-373ef594baeb7213f1f97c6bf444b7d348f25104.tar.bz2
opensim-SC_OLD-373ef594baeb7213f1f97c6bf444b7d348f25104.tar.xz
Drop current OAR version back to 0.5 since these are currently now compatible with older OpenSim versions again.
Removed ability to choose 0.4 to avoid having to write code that polices this properly. Please shout on the ml if you really need this.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs
index 2d7244e..9277c59 100644
--- a/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs
@@ -125,7 +125,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
125 Dictionary<string, object> options = new Dictionary<string, object>(); 125 Dictionary<string, object> options = new Dictionary<string, object>();
126 126
127 OptionSet ops = new OptionSet(); 127 OptionSet ops = new OptionSet();
128 ops.Add("v|version=", delegate(string v) { options["version"] = v; }); 128// ops.Add("v|version=", delegate(string v) { options["version"] = v; });
129 ops.Add("p|profile=", delegate(string v) { options["profile"] = v; }); 129 ops.Add("p|profile=", delegate(string v) { options["profile"] = v; });
130 130
131 List<string> mainParams = ops.Parse(cmdparams); 131 List<string> mainParams = ops.Parse(cmdparams);