diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF index abdb92c..a0f705d 100644 --- a/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF @@ -27,7 +27,6 @@ Export-Package: com.android, com.android.ide.eclipse.base, com.android.io, com.android.prefs, - com.android.resources, com.android.sdklib, com.android.sdklib.build, com.android.sdklib.devices, @@ -43,7 +42,7 @@ Export-Package: com.android, com.android.sdklib.util, com.android.sdklib.xml, com.android.sdkstats, - com.android.util, + com.android.utils, com.google.common.annotations, com.google.common.base, com.google.common.base.internal, |