Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-03-15 12:05:50 +0000
committerEike Stepper2013-03-16 12:01:04 +0000
commit396cef94a6cedf0db16e2efe92c41d46d2c3fffd (patch)
tree68210428114a421d2cb5c01a634ff043bb401d17 /plugins/org.eclipse.net4j.db.mysql
parente743103a0cb14f44da88c8f6f24d8c24fef23086 (diff)
downloadcdo-396cef94a6cedf0db16e2efe92c41d46d2c3fffd.tar.gz
cdo-396cef94a6cedf0db16e2efe92c41d46d2c3fffd.tar.xz
cdo-396cef94a6cedf0db16e2efe92c41d46d2c3fffd.zip
[403445] [Releng] Use Execution Environments descriptions to avoid
illegal references to system libraries https://bugs.eclipse.org/bugs/show_bug.cgi?id=403445
Diffstat (limited to 'plugins/org.eclipse.net4j.db.mysql')
-rw-r--r--plugins/org.eclipse.net4j.db.mysql/.settings/org.eclipse.pde.api.tools.prefs3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.db.mysql/.settings/org.eclipse.pde.api.tools.prefs b/plugins/org.eclipse.net4j.db.mysql/.settings/org.eclipse.pde.api.tools.prefs
index f8d0a0660e..0c17d59e45 100644
--- a/plugins/org.eclipse.net4j.db.mysql/.settings/org.eclipse.pde.api.tools.prefs
+++ b/plugins/org.eclipse.net4j.db.mysql/.settings/org.eclipse.pde.api.tools.prefs
@@ -59,7 +59,8 @@ INTERFACE_ELEMENT_TYPE_REMOVED_METHOD=Error
INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_MEMBER=Error
INTERFACE_ELEMENT_TYPE_REMOVED_TYPE_PARAMETER=Error
INVALID_JAVADOC_TAG=Ignore
-INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Ignore
+INVALID_REFERENCE_IN_SYSTEM_LIBRARIES=Error
+MISSING_EE_DESCRIPTIONS=Warning
LEAK_EXTEND=Warning
LEAK_FIELD_DECL=Warning
LEAK_IMPLEMENT=Warning

Back to the top