Unify PlatformTarget.clean().
All of the implementations were identical, except for `FlashPlatform`, which was identical with extra steps.
This commit is contained in:
@@ -142,14 +142,6 @@ class TizenPlatform extends PlatformTarget
|
||||
TizenHelper.createPackage(project, targetDirectory + "/bin/CommandLineBuild", "");
|
||||
}
|
||||
|
||||
public override function clean():Void
|
||||
{
|
||||
if (FileSystem.exists(targetDirectory))
|
||||
{
|
||||
System.removeDirectory(targetDirectory);
|
||||
}
|
||||
}
|
||||
|
||||
public override function deploy():Void
|
||||
{
|
||||
DeploymentHelper.deploy(project, targetFlags, targetDirectory, "Tizen");
|
||||
|
||||
Reference in New Issue
Block a user