Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2015-04-01 17:35:11 +0000
committerSzymon Ptaszkiewicz2015-04-01 17:35:11 +0000
commit57279b17df199dd506da2fb0b072df4ccf64bdc9 (patch)
tree15c000ac788741a785bc218e30ee2482fea95cc8 /bundles/org.eclipse.osgi.util/.classpath
parent5701f8a56f2cd2c2296e44817f9f953425be82d7 (diff)
downloadrt.equinox.framework-57279b17df199dd506da2fb0b072df4ccf64bdc9.tar.gz
rt.equinox.framework-57279b17df199dd506da2fb0b072df4ccf64bdc9.tar.xz
rt.equinox.framework-57279b17df199dd506da2fb0b072df4ccf64bdc9.zip
Bug 463706 - Reduce the number of warnings for org.osgi.* classes by using the "Ignore optional compile problems" option
Change-Id: I2f5d7d2cfc37e790190890bbe5769addfb802871 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.util/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.util/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.util/.classpath b/bundles/org.eclipse.osgi.util/.classpath
index 64c5e31b7..09b9f31b1 100644
--- a/bundles/org.eclipse.osgi.util/.classpath
+++ b/bundles/org.eclipse.osgi.util/.classpath
@@ -2,6 +2,10 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src">
+ <attributes>
+ <attribute name="ignore_optional_problems" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top