Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-03-08 20:41:28 +0000
committerThomas Watson2013-03-08 20:41:28 +0000
commit83c1e9ffe38fb685404237c65d3e71c991546902 (patch)
treee00758695a57757bd304c88cc9188d479d76b727 /bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
parent6367be302c1b784eb98f14697ebd03ae9a955173 (diff)
downloadrt.equinox.bundles-83c1e9ffe38fb685404237c65d3e71c991546902.tar.gz
rt.equinox.bundles-83c1e9ffe38fb685404237c65d3e71c991546902.tar.xz
rt.equinox.bundles-83c1e9ffe38fb685404237c65d3e71c991546902.zip
Migrate equinox weaving to new framework.
Diffstat (limited to 'bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
index f3ca54fd0..273c8d5c3 100644
--- a/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
@@ -5,15 +5,16 @@ Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj
Bundle-Version: 1.0.200.qualifier
Bundle-Activator: org.eclipse.equinox.weaving.aspectj.AspectJWeavingActivator
Import-Package: org.aspectj.weaver;version="1.6.3";resolution:=optional,
+ org.aspectj.weaver.bcel;version="1.6.3";resolution:=optional,
org.aspectj.weaver.loadtime;version="1.6.3";resolution:=optional,
org.aspectj.weaver.loadtime.definition;version="1.6.3";resolution:=optional,
org.aspectj.weaver.tools;version="1.6.3";resolution:=optional,
- org.aspectj.weaver.bcel;version="1.6.3";resolution:=optional,
org.eclipse.equinox.service.weaving,
org.eclipse.osgi.service.debug,
- org.eclipse.osgi.service.resolver,
org.eclipse.osgi.util;version="1.1.0",
- org.osgi.framework
+ org.osgi.framework,
+ org.osgi.framework.namespace;version="1.1.0",
+ org.osgi.framework.wiring;version="1.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.equinox.weaving.aspectj;x-friends:="org.eclipse.equinox.weaving.tests",
org.eclipse.equinox.weaving.aspectj.loadtime;x-friends:="org.eclipse.equinox.weaving.tests"

Back to the top