Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-03 13:27:49 +0000
committerMickael Istria2019-06-11 07:49:02 +0000
commite36c67ba1fa688f046a7cbeca8a0166c9602aaf3 (patch)
treef9ac05fe261cfa3a64f5ee917d03487a789790d0
parentea9b6a9a5eb69d9428a5cf9ea337541a009f4751 (diff)
downloadrt.equinox.framework-e36c67ba1fa688f046a7cbeca8a0166c9602aaf3.tar.gz
rt.equinox.framework-e36c67ba1fa688f046a7cbeca8a0166c9602aaf3.tar.xz
rt.equinox.framework-e36c67ba1fa688f046a7cbeca8a0166c9602aaf3.zip
Bug 474156 - Turn missing ext point to warning
Loading the bundle in a workspace with only its dependencies as target platform currently shows an error, turn it into a warning. Change-Id: I9966ddf830961d5ad47f2337b6f499a0eead9773 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--bundles/org.eclipse.osgi/.settings/org.eclipse.pde.prefs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.settings/org.eclipse.pde.prefs b/bundles/org.eclipse.osgi/.settings/org.eclipse.pde.prefs
index 7d4ab2d9b..c02033037 100644
--- a/bundles/org.eclipse.osgi/.settings/org.eclipse.pde.prefs
+++ b/bundles/org.eclipse.osgi/.settings/org.eclipse.pde.prefs
@@ -31,4 +31,5 @@ compilers.p.unresolved-import=0
compilers.s.create-docs=false
compilers.s.doc-folder=doc
compilers.s.open-tags=1
+compilers.p.unresolved-ex-points=1
eclipse.preferences.version=1

Back to the top