Home
last modified time | relevance | path

Searched refs:PROP_BUNDLES (Results 1 – 3 of 3) 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.java45 public static final String PROP_BUNDLES = "osgi.bundles"; //$NON-NLS-1$ field in EquinoxConstants
H A DEquinoxFwConfigFileParser.java32 …OPERTIES = new HashSet<>(Arrays.asList(new String[] {EquinoxConstants.PROP_BUNDLES, EquinoxConstan…
108 …dleInfo[] bundles = parseBundleList(manipulator, props.getProperty(EquinoxConstants.PROP_BUNDLES)); in readBundlesList()
189 props.setProperty(EquinoxConstants.PROP_BUNDLES, osgiBundlesList.toString()); in writeBundlesList()
546 …if (key.equals(EquinoxConstants.PROP_BUNDLES) && equalBundleLists(manipulator, value, sharedValue)… in filterPropertiesFromSharedArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/
H A DEclipseStarter.java102 public static final String PROP_BUNDLES = "osgi.bundles"; //$NON-NLS-1$ field in EclipseStarter
575 String osgiBundles = getProperty(PROP_BUNDLES); in loadBasicBundles()
579 setProperty(PROP_BUNDLES, osgiBundles); in loadBasicBundles()