diff options
author | Eike Stepper | 2013-03-15 12:05:50 +0000 |
---|---|---|
committer | Eike Stepper | 2013-03-15 12:05:50 +0000 |
commit | e25e3cd19f8d38e5c86c3102966c4a5abae692d3 (patch) | |
tree | cba2ff9d659a58549a96136f632474f72e03a696 /plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti | |
parent | fff5e2745f2022717e44da61ac32d5123b82f3c2 (diff) | |
download | cdo-e25e3cd19f8d38e5c86c3102966c4a5abae692d3.tar.gz cdo-e25e3cd19f8d38e5c86c3102966c4a5abae692d3.tar.xz cdo-e25e3cd19f8d38e5c86c3102966c4a5abae692d3.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.emf.cdo.dawn.examples.acore.graphiti')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs index f8d0a0660e..0c17d59e45 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.settings/org.eclipse.pde.api.tools.prefs +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/.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 |