Martin Lippert | 2f42592 | 2008-07-04 18:57:06 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: WeavingService Plug-in (Incubation) |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj |
Martin Lippert | 850a150 | 2013-01-23 16:52:46 +0100 | [diff] [blame] | 5 | Bundle-Version: 1.0.200.qualifier |
Martin Lippert | 04c7e7c | 2009-05-09 20:06:53 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.equinox.weaving.aspectj.AspectJWeavingActivator |
Martin Lippert | b92bbcc | 2009-08-12 13:31:56 +0000 | [diff] [blame] | 7 | Import-Package: org.aspectj.weaver;version="1.6.3";resolution:=optional, |
| 8 | org.aspectj.weaver.loadtime;version="1.6.3";resolution:=optional, |
| 9 | org.aspectj.weaver.loadtime.definition;version="1.6.3";resolution:=optional, |
| 10 | org.aspectj.weaver.tools;version="1.6.3";resolution:=optional, |
Martin Lippert | a16e79f | 2012-04-26 21:14:49 +0200 | [diff] [blame] | 11 | org.aspectj.weaver.bcel;version="1.6.3";resolution:=optional, |
Martin Lippert | 60be636 | 2008-10-29 21:22:28 +0000 | [diff] [blame] | 12 | org.eclipse.equinox.service.weaving, |
| 13 | org.eclipse.osgi.service.debug, |
| 14 | org.eclipse.osgi.service.resolver, |
Martin Lippert | 35fe8e7 | 2009-03-25 22:38:25 +0000 | [diff] [blame] | 15 | org.eclipse.osgi.util;version="1.1.0", |
Martin Lippert | 60be636 | 2008-10-29 21:22:28 +0000 | [diff] [blame] | 16 | org.osgi.framework |
Martin Lippert | 4a4e2cc | 2008-11-21 20:34:00 +0000 | [diff] [blame] | 17 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
Martin Lippert | 35fe8e7 | 2009-03-25 22:38:25 +0000 | [diff] [blame] | 18 | Export-Package: org.eclipse.equinox.weaving.aspectj;x-friends:="org.eclipse.equinox.weaving.tests", |
| 19 | org.eclipse.equinox.weaving.aspectj.loadtime;x-friends:="org.eclipse.equinox.weaving.tests" |