Bug 515965 - org.eclipse.e4.ui.swt.gtk java Access restriction compile
error due to OS.setDarkThemePreferred()

Setting Forbidden Reference to "Error" again while preserving custom
settings.
After investigation, with a complete Target platform, there are no
compile errors and darktheme works. Having consitent settings across all
users ensure we have the same dev environment.

Tested, child eclipse switches to darktheme without issues.

Change-Id: Ib517505e9ac335d839fb212a9d3b4fb42ca420fb
Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
diff --git a/bundles/org.eclipse.e4.ui.swt.gtk/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.e4.ui.swt.gtk/.settings/org.eclipse.jdt.core.prefs
index 041c7b5..3ecbc1e 100644
--- a/bundles/org.eclipse.e4.ui.swt.gtk/.settings/org.eclipse.jdt.core.prefs
+++ b/bundles/org.eclipse.e4.ui.swt.gtk/.settings/org.eclipse.jdt.core.prefs
@@ -28,7 +28,7 @@
 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning