Update svn properties.

0.6.0-stable
Jeff Ames 2008-06-01 03:01:33 +00:00
parent ff6c89f199
commit d22a54a195
20 changed files with 14945 additions and 14949 deletions

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*

View File

@ -47,7 +47,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
return CS_code;
}
static string GenCode(string myCode)
{
Variable TermList = new Variable();
@ -63,7 +62,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
}
myCode.Replace("//yp", "%YPCode");
StringWriter myCS_SW = new StringWriter();
StringReader myCode_SR = new StringReader(" yp_nop_header_nop. \n "+myCode + "\n");
@ -81,7 +79,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
//Console.WriteLine("-------------------------")
YPCompiler.convertFunctionCSharp(FunctionCode);
//YPCompiler.convertStringCodesCSharp(VFC);
}
}
YP.seen();
@ -107,7 +104,5 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
RegexOptions.Compiled | RegexOptions.Singleline);
return finalcode;
}
}
}

View File

@ -45,6 +45,7 @@ property_map = {
".build" : text,
".cfg" : text,
".cgi" : text,
".conf" : text,
".config" : text,
".cs" : text,
".csproj" : text,