Home
last modified time | relevance | path

Searched refs:PROFILE_GZ (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.java49 public static final String PROFILE_GZ = "profile.gz"; //$NON-NLS-1$ field
H A DAbstractScriptGenerator.java683 if (!path.lastSegment().endsWith(PROFILE) && !path.lastSegment().endsWith(PROFILE_GZ)) in extractProfileInformation()