Home
last modified time | relevance | path

Searched refs:OPTION_FW (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/
H A DEquinoxConstants.java36 public static final String OPTION_FW = "-framework"; //$NON-NLS-1$ field in EquinoxConstants
H A DParserUtils.java70 String fwk = ParserUtils.getValueForArgument(EquinoxConstants.OPTION_FW, lines); in getFrameworkJar()