Bug 248046 - [aspects] replace require-bundle with import-package for weaving.aspectj bundle
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 ed83636..e59655d 100644
--- a/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.weaving.aspectj/META-INF/MANIFEST.MF
@@ -4,8 +4,12 @@
 Bundle-SymbolicName: org.eclipse.equinox.weaving.aspectj
 Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.eclipse.equinox.weaving.aspectj.WeavingServicePlugin
-Require-Bundle: org.aspectj.weaver,
- system.bundle
-Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.equinox.service.weaving, org.eclipse.osgi.service.resolver
+Import-Package: org.aspectj.weaver,
+ org.aspectj.weaver.loadtime,
+ org.aspectj.weaver.loadtime.definition,
+ org.aspectj.weaver.tools,
+ org.eclipse.equinox.service.weaving,
+ org.eclipse.osgi.service.debug,
+ org.eclipse.osgi.service.resolver,
+ org.osgi.framework
 Bundle-RequiredExecutionEnvironment: J2SE-1.3