diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF index dc443db..eb5edb2 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF @@ -52,7 +52,8 @@ Require-Bundle: com.android.ide.eclipse.base, org.eclipse.jdt.junit.runtime, org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, - org.eclipse.core.expressions + org.eclipse.core.expressions, + org.eclipse.compare Eclipse-LazyStart: true Export-Package: com.android.ide.common.layout;x-friends:="com.android.ide.eclipse.tests", com.android.ide.common.log;x-friends:="com.android.ide.eclipse.tests", |