mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
undo typo from fixing warnings
This commit is contained in:
parent
c800804ed1
commit
1be03a90dc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class TemplateEngineHelper {
|
|||
public static final String PROJRESOURCE = "plugin.xml"; //$NON-NLS-1$
|
||||
public static final String PLUGIN_ID = "pluginId"; //$NON-NLS-1$
|
||||
public static final String PLUGIN_PROPERTIES = "plugin.properties"; //$NON-NLS-1$
|
||||
public static final String TEMPLATE_PROPERTIES = "templates.properties"; //$NON-NLS-1$
|
||||
public static final String TEMPLATE_PROPERTIES = "template.properties"; //$NON-NLS-1$
|
||||
public static final String BOOLTRUE = "true"; //$NON-NLS-1$
|
||||
public static final String ID = "id"; //$NON-NLS-1$
|
||||
public static final String VALUE = "value"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue