Home
last modified time | relevance | path

Searched refs:PROPERTY_BIN_EXCLUDES (Results 1 – 9 of 9) 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/editor/build/
H A DBinSection.java39 IBuildEntry binExcl = build.getEntry(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in initializeCheckState()
51 IBuildEntry binExcl = build.getEntry(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in deleteFolderChildrenFromEntries()
64 IBuildEntry excludes = build.getEntry(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in handleBuildCheckStateChange()
71 …check(includes, excludes, resourceName, resource, IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in handleBuildCheckStateChange()
84 …ldEntry) changeObject).getName().equals(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES) || ((IBui… in modelChanged()
H A DBuildContentsSection.java411 …IBuildEntry[] entries = {build.getEntry(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES), build.ge… in deleteEmptyEntries()
515 …ldEntry) changeObject).getName().equals(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES) || ((IBui… in modelChanged()
H A DRuntimeInfoSection.java466 tempEntry = build.getEntry(PROPERTY_BIN_EXCLUDES); in entryModified()
743 entry = build.getEntry(PROPERTY_BIN_EXCLUDES); in handleDelete()
/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.java61 public static final String PROPERTY_BIN_EXCLUDES = "bin.excludes"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/
H A DGatherFeatureTask.java75 String exclude = (String) properties.get(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in createFeatureComputer()
108 … licenseExclude = (String) licenseProperties.get(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in createFeatureComputer()
H A DGatherBundleTask.java113 String exclude = (String) properties.get(IBuildPropertiesConstants.PROPERTY_BIN_EXCLUDES); in createComputer()
/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.java323 String exclude = (String) getBuildProperties().get(PROPERTY_BIN_EXCLUDES); in generatePublishBinPartsTarget()
360 String exclude = (String) getBuildProperties().get(PROPERTY_BIN_EXCLUDES); in generateGatherBinPartsTarget()
437 … exclude = (String) getBuildProperties(getLicenseFeatureRootLocation()).get(PROPERTY_BIN_EXCLUDES); in generateLicenseReplacerCall()
H A DModelBuildScriptGenerator.java661 String exclude = (String) getBuildProperties().get(PROPERTY_BIN_EXCLUDES); in generatePublishBinPartsTarget()
777 String exclude = (String) getBuildProperties().get(PROPERTY_BIN_EXCLUDES); in generateGatherBinParts()
/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.java241 } else if (name.equals(PROPERTY_BIN_EXCLUDES)) { in validateBuild()