1 package com.proalpha.pds.templates.jet.version61;
3 import com.openedge.pdt.core.template.TemplateGenerationException;
4 import com.proalpha.pds.templates.jet.IpaTemplateGenerator;
5 import com.proalpha.pds.templates.data.GeneratorSettingsConstans;
9 import java.text.SimpleDateFormat;
10 import com.proalpha.pds.templates.helper.CodeFormatter;
14 protected static String nl;
23 public final String NL = nl ==
null ? (System.getProperties().getProperty(
"line.separator")) : nl;
24 protected final String TEXT_1 =
"\t\t" + NL +
"This Template is not supported any longer. Please use \"proALPHA AppServer (>= 5.3)\" Template instead.\t\t";
29 public String generate(Map<String, Object> wizardSettings)
throws TemplateGenerationException
31 final StringBuffer stringBuffer =
new StringBuffer();
32 stringBuffer.append(TEXT_1);
33 return stringBuffer.toString();