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

@@ -3,14 +3,14 @@ package;
import format.SVG;
import haxe.io.Path;
import helpers.LogHelper;
import helpers.PathHelper;
import helpers.PlatformHelper;
import lime.tools.helpers.LogHelper;
import lime.tools.helpers.PathHelper;
import lime.tools.helpers.PlatformHelper;
import openfl.display.Bitmap;
import openfl.display.BitmapData;
import openfl.display.Shape;
import openfl.geom.Matrix;
import project.Architecture;
import lime.project.Architecture;
import sys.io.File;
import sys.io.Process;
import sys.FileSystem;