TDI-23211: add the preference page for maven scripts.

git-svn-id: http://talendforge.org/svn/tos/trunk@91971 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
cli
2012-10-11 09:32:39 +00:00
parent 7587a3132b
commit fc1b7fa0a4
2 changed files with 6 additions and 3 deletions

View File

@@ -49,8 +49,10 @@ public interface IRepositoryPrefConstants {
public static final String ANT_SCRIPT_TEMPLATE = "ant_script_template"; //$NON-NLS-1$
public static final String MAVEN_SCRIPT_TEMPLATE = "maven_script_template"; //$NON-NLS-1$
public static final String MAVEN_SCRIPT_AUTONOMOUSJOB_TEMPLATE = "autonomousjob_maven_script_template"; //$NON-NLS-1$
public static final String MAVEN_OSGI_SCRIPT_TEMPLATE = "maven_osgi_script_template"; //$NON-NLS-1$
public static final String MAVEN_SCRIPT_AUTONOMOUSJOB_ASSEMBLY_TEMPLATE = "autonomousjob_assembly_maven_script_template"; //$NON-NLS-1$
public static final String MAVEN_OSGI_SCRIPT_TEMPLATE = "osgi_maven_script_template"; //$NON-NLS-1$
}