_builder.append("\t");
_builder.append("<fx:application refId=\"fxApplication\"/>");
_builder.newLine();
{
Deploy _deploy_33 = task.getDeploy();
Template _template = _deploy_33.getTemplate();
String _file = _template==null?(String)null:_template.getFile();
String _trim = _file==null?(String)null:_file.trim();
int _length_6 = _trim==null?0:_trim.length();
boolean _greaterThan_6 = (_length_6 > 0);
if (_greaterThan_6) {
_builder.append("\t");
_builder.append("\t");
_builder.append("<fx:template ");
_builder.newLine();
_builder.append("\t");
_builder.append("\t");
_builder.append("\t");
_builder.append("file=\"build/src/");
Deploy _deploy_34 = task.getDeploy();
Template _template_1 = _deploy_34.getTemplate();
String _file_1 = _template_1.getFile();
_builder.append(_file_1, " ");
_builder.append("\"");
_builder.newLineIfNotEmpty();
{
Deploy _deploy_35 = task.getDeploy();
Template _template_2 = _deploy_35.getTemplate();
String _toFile = _template_2.getToFile();
String _trim_1 = _toFile==null?(String)null:_toFile.trim();
int _length_7 = _trim_1.length();
boolean _greaterThan_7 = (_length_7 > 0);
if (_greaterThan_7) {
_builder.append("\t");
_builder.append("\t");
_builder.append("tofile=\"dist/");
Deploy _deploy_36 = task.getDeploy();
Template _template_3 = _deploy_36.getTemplate();
String _toFile_1 = _template_3.getToFile();
_builder.append(_toFile_1, " ");
_builder.append("\"");
_builder.newLineIfNotEmpty();
}
}