Home
last modified time | relevance | path

Searched refs:BUNDLE_LOCALIZATION (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/
H A DManifestReader.java34 private static final String BUNDLE_LOCALIZATION = "Bundle-Localization"; field in ManifestReader
49 String localization = mainAttributes.getValue(BUNDLE_LOCALIZATION); in read()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/
H A DProjectOSGiTranslationProvider.java209 if (line.startsWith(Constants.BUNDLE_LOCALIZATION)) { in extractBasenameFromManifest()
210 newValue = line.substring(Constants.BUNDLE_LOCALIZATION.length() + 1).trim(); in extractBasenameFromManifest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/
H A DManifestUtils.java226 …writeEntry(out, Constants.BUNDLE_LOCALIZATION, manifestToWrite.remove(Constants.BUNDLE_LOCALIZATIO… in writeManifest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/
H A DTestCaseinsensitiveMap.java47 Constants.BUNDLE_LOCALIZATION, //
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/
H A DBundleManifestChange.java155 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, LocaleUtil.trimLocalization(newText)); in renameLocalization()
157 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, null); in renameLocalization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/
H A DBundleLocalizationTestCase.java29 super(Constants.BUNDLE_LOCALIZATION); in BundleLocalizationTestCase()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/
H A DBundleModelFactory.java51 } else if (key.equalsIgnoreCase(Constants.BUNDLE_LOCALIZATION)) { in createHeader()
H A DBundle.java167 String localization = getHeader(Constants.BUNDLE_LOCALIZATION); in getLocalization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/
H A DBundle.java81 String localization = getHeader(Constants.BUNDLE_LOCALIZATION); in getLocalization()
H A DBundleModel.java97 properties.put(Constants.BUNDLE_LOCALIZATION, value); in load()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java449 String BUNDLE_LOCALIZATION = "Bundle-Localization"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/perf/
H A DCaseMapPerformanceTest.java196 Constants.BUNDLE_LOCALIZATION, //
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DExternalizeResolution.java95 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, localizationValue); in addLocalization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/
H A DCaseInsensitiveDictionaryMap.java77 …CaseInsensitiveKey KEY_BUNDLE_LOCALIZATION = new CaseInsensitiveKey(Constants.BUNDLE_LOCALIZATION);
153 case Constants.BUNDLE_LOCALIZATION : in findCommonKeyIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/
H A DMetaTypeProviderImpl.java223 String baseName = bundle.getHeaders("").get(Constants.BUNDLE_LOCALIZATION); //$NON-NLS-1$ in getBundleLocalization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/
H A DEclipseBundleListener.java254 String localization = (String) targetHeaders.get(Constants.BUNDLE_LOCALIZATION); in hasNLSFilesFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DManifestLocalization.java128 String localizationHeader = rawHeaders.get(Constants.BUNDLE_LOCALIZATION); in lookupResourceBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/spi/p2/publisher/
H A DPublisherHelper.java71 …TADDRESS, Constants.BUNDLE_DOCURL, Constants.BUNDLE_UPDATELOCATION, Constants.BUNDLE_LOCALIZATION};
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/
H A DExternalizeStringsOperation.java196 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, localiz); in addBundleLocalization()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DManifestConfiguration.java71 rule.addWord(Constants.BUNDLE_LOCALIZATION, fToken); in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DProjectModifyOperation.java685 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, null); in configureManifest()
687 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, localization.toString()); in configureManifest()
/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 DSourceGenerator.java555 localization = (String) bundleProperties.get(org.osgi.framework.Constants.BUNDLE_LOCALIZATION); in generateSourcePlugin()
596 attributes.put(new Name(org.osgi.framework.Constants.BUNDLE_LOCALIZATION), localization); in generateSourcePlugin()
/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 DPDEAuxiliaryState.java375 info.localization = manifest.get(Constants.BUNDLE_LOCALIZATION); in addAuxiliaryData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DBundlesAction.java105 IInstallableUnit.PROP_BUNDLE_LOCALIZATION, Constants.BUNDLE_LOCALIZATION,
678 if (PublisherHelper.BUNDLE_LOCALIZED_PROPERTIES[j].equals(Constants.BUNDLE_LOCALIZATION)) { in getManifestCachedValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/
H A DNewProjectCreationOperation.java247 bundle.setHeader(Constants.BUNDLE_LOCALIZATION, "plugin"); //$NON-NLS-1$ in createManifest()

12