Remove Lime legacy/hybrid mode

This commit is contained in:
Joshua Granick
2016-05-18 22:17:06 -07:00
parent 6b83072519
commit cf1d25d950
372 changed files with 23 additions and 102728 deletions

View File

@@ -563,7 +563,7 @@ class CommandLineTools {
case BLACKBERRY:
platform = new BlackBerryPlatform (command, project, targetFlags);
//platform = new BlackBerryPlatform (command, project, targetFlags);
case IOS:
@@ -571,11 +571,11 @@ class CommandLineTools {
case TIZEN:
platform = new TizenPlatform (command, project, targetFlags);
//platform = new TizenPlatform (command, project, targetFlags);
case WEBOS:
platform = new WebOSPlatform (command, project, targetFlags);
//platform = new WebOSPlatform (command, project, targetFlags);
case WINDOWS: