Home
last modified time | relevance | path

Searched refs:OSGI_ARCH (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/commands/
H A DCopyBuildIdToClipboardHandler.java44 private static final String OSGI_ARCH = "osgi.arch"; //$NON-NLS-1$ field in CopyBuildIdToClipboardHandler
69 sp.get(OS_NAME), sp.get(OS_VERSION), sp.get(OSGI_ARCH), sp.get(OSGI_WS)); in execute()
/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.java127 public final static String OSGI_ARCH = "osgi.arch"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DICoreConstants.java424 public static final String OSGI_ARCH = "osgi.arch"; //$NON-NLS-1$ field
H A DTargetPlatformHelper.java348 result.put(ICoreConstants.OSGI_ARCH, TargetPlatform.getOSArch()); in getTargetEnvironment()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DStateImpl.java148 private static final String OSGI_ARCH = "osgi.arch"; //$NON-NLS-1$ field in StateImpl
149 …public static final String[] PROPS = {OSGI_OS, OSGI_WS, OSGI_NL, OSGI_ARCH, Constants.FRAMEWORK_SY…
878 …s[i].get(Constants.FRAMEWORK_PROCESSOR) == null && newPlatformProperties[i].get(OSGI_ARCH) != null) in setPlatformProperties()
879 …wPlatformProperties[i].put(Constants.FRAMEWORK_PROCESSOR, newPlatformProperties[i].get(OSGI_ARCH)); in setPlatformProperties()
/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 DClasspathComputer3_0.java653 properties.put(OSGI_ARCH, value); in matchFilter()
655 properties.put(OSGI_ARCH, CatchAllValue.singleton); in matchFilter()
/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.java395 prop.put(OSGI_ARCH, CatchAllValue.singleton); in resolveState()
397 prop.put(OSGI_ARCH, arch); in resolveState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/
H A DTestModuleContainer.java121 private static final String OSGI_ARCH = "osgi.arch"; field in TestModuleContainer
135 String archName = context.getProperty(OSGI_ARCH); in getDatabase()
136 … "; " + OSGI_OS + "=" + osName + "; " + OSGI_WS + "=" + wsName + "; " + OSGI_ARCH + "=" + archName; in getDatabase()