Home
last modified time | relevance | path

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

/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.java1919 Map<String, String> z1Manifest = new HashMap<>(); in getUsesTimeoutManifests() local
1920 z1Manifest.put(Constants.BUNDLE_MANIFESTVERSION, "2"); in getUsesTimeoutManifests()
1921 z1Manifest.put(Constants.BUNDLE_SYMBOLICNAME, prefix + ".z1"); in getUsesTimeoutManifests()
1922 z1Manifest.put(Constants.IMPORT_PACKAGE, prefix + ".a, " + prefix + ".b"); in getUsesTimeoutManifests()
1923 result.add(z1Manifest); in getUsesTimeoutManifests()