Home
last modified time | relevance | path

Searched refs:PROPERTY_JAVAC_TARGET (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/
H A DBaseBuildAction.java182 …properties.put(IXMLConstants.PROPERTY_JAVAC_TARGET, pref.getString(JavaCore.COMPILER_CODEGEN_TARGE… in setDefaultValues()
186 …properties.put(IXMLConstants.PROPERTY_JAVAC_TARGET, jProject.getOption(JavaCore.COMPILER_CODEGEN_T… in setDefaultValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DIBuildPropertiesConstants.java84 public static final String PROPERTY_JAVAC_TARGET = "javacTarget"; //$NON-NLS-1$ field
H A DIXMLConstants.java139 public static final String PROPERTY_JAVAC_TARGET = "javacTarget"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DBuildErrorReporter.java249 } else if (name.equals(PROPERTY_JAVAC_TARGET)) { in validateBuild()
436 …eMessages.BuildErrorReporter_BuildEntryNotRequiredMatchesDefault, PROPERTY_JAVAC_TARGET, PDECoreMe… in validateExecutionEnvironment()
437 …prepareError(PROPERTY_JAVAC_TARGET, null, message, PDEMarkerFactory.B_REMOVAL, fJavaComplianceSeve… in validateExecutionEnvironment()
441 …ges.BuildErrorReporter_ProjectSpecificJavaComplianceMissingEntry, PROPERTY_JAVAC_TARGET, PDECoreMe… in validateExecutionEnvironment()
442 …prepareError(PROPERTY_JAVAC_TARGET, projectClassCompatibility, message, PDEMarkerFactory.B_JAVA_AD… in validateExecutionEnvironment()
445 …s.BuildErrorReporter_ProjectSpecificJavaComplianceDifferentToken, PROPERTY_JAVAC_TARGET, PDECoreMe… in validateExecutionEnvironment()
446 …prepareError(PROPERTY_JAVAC_TARGET, projectClassCompatibility, message, PDEMarkerFactory.B_REPLACE… in validateExecutionEnvironment()
/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 DModelBuildScriptGenerator.java1055 javacTarget = properties.getProperty(IBuildPropertiesConstants.PROPERTY_JAVAC_TARGET); in generateCompilerSettings()
1073 script.printProperty(IXMLConstants.PROPERTY_JAVAC_TARGET, "1.2"); //$NON-NLS-1$ in generateCompilerSettings()
1127 …et = (String) environmentMappings.get(environments[i] + '.' + IXMLConstants.PROPERTY_JAVAC_TARGET); in generateCompilerSettings()
1137 …operty(PROPERTY_BUNDLE_JAVAC_TARGET, Utils.getPropertyFormat(IXMLConstants.PROPERTY_JAVAC_TARGET)); in generateCompilerSettings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/
H A DFeatureExportOperation.java536 fAntBuildProperties.put(IXMLConstants.PROPERTY_JAVAC_TARGET, target); in createAntBuildProperties()