From 29138ac9fc7c76ab36f4f319baf7dd4e2b726d4f Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Fri, 2 Sep 2011 14:13:20 -0700 Subject: 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 --- eclipse/features/com.android.ide.eclipse.adt/feature.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'eclipse/features') 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 - -- cgit v1.1