Home
last modified time | relevance | path

Searched refs:PROPERTY_P2_GROUP_ID (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 DIBuildPropertiesConstants.java143 public static final String PROPERTY_P2_GROUP_ID = "p2.group.id"; //$NON-NLS-1$ field
H A DAssembleConfigScriptGenerator.java255 if (properties.containsKey(PROPERTY_P2_GROUP_ID)) in getFeatureGroupId()
256 return properties.getProperty(PROPERTY_P2_GROUP_ID); in getFeatureGroupId()
/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.java67 if (properties.containsKey(IBuildPropertiesConstants.PROPERTY_P2_GROUP_ID)) in setGroupId()
68 action.setGroupId(properties.getProperty(IBuildPropertiesConstants.PROPERTY_P2_GROUP_ID)); in setGroupId()