Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-09-21 02:41:22 +00:00
parent b597cbf39d
commit c8349e21c4
32 changed files with 1396 additions and 1396 deletions

View File

@@ -1,18 +1,18 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.ApplicationPlugins.ScriptEngine.Components;
namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_OSSL
{
public class Commands_OSSL: CommandBase
{
public override void Start()
{
}
public override void Close()
{
}
}
}
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.ApplicationPlugins.ScriptEngine.Components;
namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_OSSL
{
public class Commands_OSSL: CommandBase
{
public override void Start()
{
}
public override void Close()
{
}
}
}