Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ce4459611a070e2d3c7806aa31c72e8cc099f125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.equinox.weaving.caching
Bundle-Version: 1.1.300.qualifier
Bundle-Name: Standard Caching Service for Equinox Aspects
Bundle-Vendor: Eclipse.org - Equinox
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Activator: org.eclipse.equinox.weaving.internal.caching.Activator
Import-Package: com.ibm.oti.shared;resolution:=optional,
 org.eclipse.equinox.service.weaving,
 org.eclipse.osgi.service.datalocation;version="1.0.0",
 org.eclipse.osgi.service.debug;version="1.0.0",
 org.osgi.framework;version="1.4.0"
Export-Package: org.eclipse.equinox.weaving.internal.caching;x-friends:="org.aspectj.osgi.service.caching.test"
Automatic-Module-Name: org.eclipse.equinox.weaving.caching

Back to the top