Home
last modified time | relevance | path

Searched refs:RESOLVER_DEV_MODE (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/
H A DPackagerTask.java105 String value = getProject().getProperty(IBuildPropertiesConstants.RESOLVER_DEV_MODE); in initializeAntProperties()
107 properties.put(IBuildPropertiesConstants.RESOLVER_DEV_MODE, "true"); //$NON-NLS-1$ in initializeAntProperties()
H A DFeatureGeneratorTask.java49 String value = getProject().getProperty(IBuildPropertiesConstants.RESOLVER_DEV_MODE); in initializeAntProperties()
51 antProperties.put(IBuildPropertiesConstants.RESOLVER_DEV_MODE, "true"); //$NON-NLS-1$ in initializeAntProperties()
H A DBuildScriptGeneratorTask.java115 String value = getProject().getProperty(IBuildPropertiesConstants.RESOLVER_DEV_MODE); in initializeAntProperties()
117 properties.put(IBuildPropertiesConstants.RESOLVER_DEV_MODE, "true"); //$NON-NLS-1$ in initializeAntProperties()
/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.java91 public static final String RESOLVER_DEV_MODE = "resolution.devMode"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/
H A DPDEState.java379 if (AbstractScriptGenerator.getPropertyAsBoolean(RESOLVER_DEV_MODE)) in resolveState()