Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 83ed6e4d88dd807bd1119c3b64463be006db5138 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.100.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
Automatic-Module-Name: org.eclipse.equinox.weaving.caching.j9

Back to the top