Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-07-13 19:35:58 +0000
committerLakshmi Shanmugam2016-07-29 09:30:56 +0000
commit148d337fe588ffb9b31cbdd0ae5295b738e5f5c7 (patch)
treed845da1e4ac6c70d0174113df4e91285c5343c11 /bundles/org.eclipse.swt
parentf13eef212dfebffe35da38a9b0f525b0474ffcd9 (diff)
downloadeclipse.platform.swt-148d337fe588ffb9b31cbdd0ae5295b738e5f5c7.tar.gz
eclipse.platform.swt-148d337fe588ffb9b31cbdd0ae5295b738e5f5c7.tar.xz
eclipse.platform.swt-148d337fe588ffb9b31cbdd0ae5295b738e5f5c7.zip
Bug 497551 - Remove the "Missing execution environment" override from
org.eclipse.swt Change-Id: Iebb91704d2dec9b89d2893e12ca3cb99bf24766e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt')
-rw-r--r--bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs b/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
index 0fb102e94a..6e72a75c2f 100644
--- a/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
+++ b/bundles/org.eclipse.swt/.settings/org.eclipse.pde.api.tools.prefs
@@ -78,7 +78,6 @@ METHOD_ELEMENT_TYPE_CHANGED_STATIC_TO_NON_STATIC=Error
METHOD_ELEMENT_TYPE_CHANGED_VARARGS_TO_ARRAY=Error
METHOD_ELEMENT_TYPE_REMOVED_ANNOTATION_DEFAULT_VALUE=Error
METHOD_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
-MISSING_EE_DESCRIPTIONS=Error
TYPE_PARAMETER_ELEMENT_TYPE_ADDED_CLASS_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_ADDED_INTERFACE_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_CLASS_BOUND=Error

Back to the top