remove org.eclipse.core.runtime.compatibility for 4.6 compatibility
diff --git a/org.aspectj.ajde/META-INF/MANIFEST.MF b/org.aspectj.ajde/META-INF/MANIFEST.MF
index 91766c6..68f2409 100644
--- a/org.aspectj.ajde/META-INF/MANIFEST.MF
+++ b/org.aspectj.ajde/META-INF/MANIFEST.MF
@@ -65,7 +65,6 @@
Require-Bundle: org.apache.ant,
org.eclipse.core.resources,
org.eclipse.core.runtime,
- org.eclipse.core.runtime.compatibility,
org.eclipse.text,
org.aspectj.weaver;bundle-version="92.2.29";visibility:=reexport
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.ajdt-feature/feature.xml b/org.eclipse.ajdt-feature/feature.xml
index 2289184..39220a2 100644
--- a/org.eclipse.ajdt-feature/feature.xml
+++ b/org.eclipse.ajdt-feature/feature.xml
@@ -36,7 +36,9 @@
<import plugin="org.apache.ant"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
+ <!--
<import plugin="org.eclipse.core.runtime.compatibility"/>
+ -->
<import plugin="org.eclipse.text"/>
<import plugin="org.aspectj.weaver"/>
<import plugin="org.aspectj.runtime"/>
diff --git a/org.eclipse.ajdt.sdk-feature/feature.xml b/org.eclipse.ajdt.sdk-feature/feature.xml
index 69784be..70ee4c7 100644
--- a/org.eclipse.ajdt.sdk-feature/feature.xml
+++ b/org.eclipse.ajdt.sdk-feature/feature.xml
@@ -51,7 +51,9 @@
<import plugin="org.apache.ant"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
+ <!--
<import plugin="org.eclipse.core.runtime.compatibility"/>
+ -->
<import plugin="org.eclipse.text"/>
<import plugin="org.aspectj.weaver"/>
<import plugin="org.aspectj.runtime"/>