aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-09-02 14:13:20 -0700
committerTor Norbye <tnorbye@google.com>2011-09-02 14:19:19 -0700
commit29138ac9fc7c76ab36f4f319baf7dd4e2b726d4f (patch)
tree99027a6ad1297caa1ac79d2620fce5e10618a95d /eclipse/features
parent98ee1eecf280be5ff468f833f880723700c6cafe (diff)
downloadsdk-29138ac9fc7c76ab36f4f319baf7dd4e2b726d4f.zip
sdk-29138ac9fc7c76ab36f4f319baf7dd4e2b726d4f.tar.gz
sdk-29138ac9fc7c76ab36f4f319baf7dd4e2b726d4f.tar.bz2
Eliminate GEF dependency
ADT used to depend on GEF (the Graphical Editing Framework in Eclipse), but with GLE2 it no longer does. However, there were still a couple of references left to GEF (a javadoc reference, some usages of its Rectangle class, and a reference in the manifest). Not all Eclipse distributions ship with GEF, which means some users get a missing dependency error which is not immediately obvious to those not familiar with Eclipse libraries. Since we don't depend on GEF for anything important, eliminate the last dependencies. Change-Id: I5d1e11a195da496dc10c10fc7865df7e4d183629
Diffstat (limited to 'eclipse/features')
-rw-r--r--eclipse/features/com.android.ide.eclipse.adt/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.adt/feature.xml b/eclipse/features/com.android.ide.eclipse.adt/feature.xml
index 7c85b4f..6d8f430 100644
--- a/eclipse/features/com.android.ide.eclipse.adt/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.adt/feature.xml
@@ -130,7 +130,6 @@ This Agreement is governed by the laws of the State of New York and the intellec
<import plugin="org.eclipse.ui" version="3.5" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.forms"/>
- <import plugin="org.eclipse.gef"/>
<import plugin="org.eclipse.ui.browser"/>
<import plugin="org.eclipse.ui.views"/>
<import plugin="org.eclipse.wst.sse.core"/>