Migrating components of the Lime tools into the public Lime namespace

This commit is contained in:
Joshua Granick
2015-02-11 12:02:08 -08:00
parent 851931b220
commit ef86c425b1
71 changed files with 362 additions and 362 deletions

View File

@@ -2,15 +2,15 @@ package;
import haxe.io.Path;
import project.Haxelib;
import lime.project.Haxelib;
import sys.io.File;
import sys.io.Process;
import sys.FileSystem;
import helpers.FileHelper;
import helpers.LogHelper;
import helpers.PathHelper;
import helpers.PlatformHelper;
import helpers.ProcessHelper;
import lime.tools.helpers.FileHelper;
import lime.tools.helpers.LogHelper;
import lime.tools.helpers.PathHelper;
import lime.tools.helpers.PlatformHelper;
import lime.tools.helpers.ProcessHelper;
class RunScript {