Home
last modified time | relevance | path

Searched refs:PROPERTY_JNLP_LOCALE (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DIXMLConstants.java193 public static final String PROPERTY_JNLP_LOCALE = "jnlp.locale"; //$NON-NLS-1$ field
H A DAssembleConfigScriptGenerator.java693 …at(PROPERTY_JNLP_J2SE) + "\" locale=\"" + Utils.getPropertyFormat(PROPERTY_JNLP_LOCALE) + "\" gene… in generateJNLPCall()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/
H A DFeatureBuildScriptGenerator.java582 …LP_J2SE) + "\" locale=\"" + Utils.getPropertyFormat(IXMLConstants.PROPERTY_JNLP_LOCALE) + "\" gene… in generateBuildUpdateJarTarget()