Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b7643dd41a96622befbdbf5c0e11e3b079e494d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: J9 CachingService Plug-in
Bundle-SymbolicName: org.eclipse.equinox.weaving.caching.j9
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Eclipse.org - Equinox
Bundle-Activator: org.eclipse.equinox.weaving.internal.caching.j9.CachingServicePlugin
Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.oti.shared;resolution:=optional,
 org.eclipse.equinox.service.weaving,
 org.eclipse.osgi.service.debug;version="1.0.0",
 org.osgi.framework;version="1.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top