Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-05-09 13:54:13 +0000
committerGerrit Code Review @ Eclipse.org2016-05-09 14:39:40 +0000
commit2bb7beb4e0ea560508fcb58a1c8d863a6da29107 (patch)
treeea7a70ef9ba1d7d59ad00c8659177b4f7433be8f /plugins/views
parent2140bf89769c94311d286e772f26cc3ac5cfc912 (diff)
downloadorg.eclipse.papyrus-2bb7beb4e0ea560508fcb58a1c8d863a6da29107.tar.gz
org.eclipse.papyrus-2bb7beb4e0ea560508fcb58a1c8d863a6da29107.tar.xz
org.eclipse.papyrus-2bb7beb4e0ea560508fcb58a1c8d863a6da29107.zip
[Releng] Fix project configuration problems
Automatic update of project misconfigurations in new and existing projects via Oomph. Change-Id: I42e1b4178017a054ef4741be48c9fe3bf9e7ef31
Diffstat (limited to 'plugins/views')
-rw-r--r--plugins/views/references/org.eclipse.papyrus.views.references/.settings/org.eclipse.pde.api.tools.prefs6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/views/references/org.eclipse.papyrus.views.references/.settings/org.eclipse.pde.api.tools.prefs b/plugins/views/references/org.eclipse.papyrus.views.references/.settings/org.eclipse.pde.api.tools.prefs
index de2c0a26f65..23fb95e120f 100644
--- a/plugins/views/references/org.eclipse.papyrus.views.references/.settings/org.eclipse.pde.api.tools.prefs
+++ b/plugins/views/references/org.eclipse.papyrus.views.references/.settings/org.eclipse.pde.api.tools.prefs
@@ -49,7 +49,7 @@ ILLEGAL_IMPLEMENT=Warning
ILLEGAL_INSTANTIATE=Warning
ILLEGAL_OVERRIDE=Warning
ILLEGAL_REFERENCE=Warning
-INTERFACE_ELEMENT_TYPE_ADDED_FIELD=Error
+INTERFACE_ELEMENT_TYPE_ADDED_FIELD=Ignore
INTERFACE_ELEMENT_TYPE_ADDED_METHOD=Error
INTERFACE_ELEMENT_TYPE_ADDED_RESTRICTIONS=Error
INTERFACE_ELEMENT_TYPE_ADDED_SUPER_INTERFACE_WITH_METHODS=Error
@@ -86,13 +86,13 @@ TYPE_PARAMETER_ELEMENT_TYPE_CHANGED_INTERFACE_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_CLASS_BOUND=Error
TYPE_PARAMETER_ELEMENT_TYPE_REMOVED_INTERFACE_BOUND=Error
UNUSED_PROBLEM_FILTERS=Warning
-automatically_removed_unused_problem_filters=false
+automatically_removed_unused_problem_filters=Enabled
eclipse.preferences.version=1
incompatible_api_component_version=Error
incompatible_api_component_version_include_major_without_breaking_change=Disabled
incompatible_api_component_version_include_minor_without_api_change=Disabled
invalid_since_tag_version=Error
malformed_since_tag=Error
-missing_since_tag=Error
+missing_since_tag=Warning
report_api_breakage_when_major_version_incremented=Disabled
report_resolution_errors_api_component=Warning

Back to the top