Home
last modified time | relevance | path

Searched refs:EXCEPTION_SOURCE_LOCATION_MISSING (Results 1 – 2 of 2) 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 DIPDEBuildConstants.java103 public final static int EXCEPTION_SOURCE_LOCATION_MISSING = 11; field
/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.java1782 …IStatus status = new Status(IStatus.WARNING, PI_PDEBUILD, EXCEPTION_SOURCE_LOCATION_MISSING, NLS.b… in filterNonExistingSourceFolders()