Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2015-04-10 16:02:34 +0000
committerSzymon Ptaszkiewicz2015-04-10 16:02:34 +0000
commit4a193a7354c18fcb37258ba43dd7672eac9a7a70 (patch)
tree49b72a60185835ba6c5798747ed12181b662cd81
parent3abc8c0b10696029dcae0d4475dd40199ab97602 (diff)
downloadeclipse.platform.common-4a193a7354c18fcb37258ba43dd7672eac9a7a70.tar.gz
eclipse.platform.common-4a193a7354c18fcb37258ba43dd7672eac9a7a70.tar.xz
eclipse.platform.common-4a193a7354c18fcb37258ba43dd7672eac9a7a70.zip
Bug 464172 - Reduce the number of warnings for org.osgi.* classes by using the "Ignore optional compile problems" option
Change-Id: Ic870d8938baeb24683d76c1b0da275b283a8e2f1 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/platformOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
index beaa5304d..dfeadcef4 100644
--- a/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
+++ b/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
@@ -104,6 +104,7 @@
;${eclipse.platform.ui.bundles}/org.eclipse.ui.workbench/Eclipse UI Editor Support
;${eclipse.platform.update}/org.eclipse.update.configurator/src
;${rt.equinox.bundles.bundles}/${eclipse.equinox.http.jetty}/src
+;${rt.equinox.bundles.bundles}/org.eclipse.equinox.app/osgi
;${rt.equinox.bundles.bundles}/org.eclipse.equinox.app/src
;${rt.equinox.bundles.bundles}/org.eclipse.equinox.bidi/src
;${rt.equinox.bundles.bundles}/org.eclipse.equinox.common/src

Back to the top