From 5bb91e888162b1acf906769c601c6905c734574a Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 21 Mar 2012 17:38:03 +0000 Subject: [PATCH] [releng] Revert build properties recommended by JDT 4.2m4 Quickfix since they break Hudson nightly builds --- rse/plugins/org.eclipse.rse.core/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/build.properties b/rse/plugins/org.eclipse.rse.core/build.properties index 35344837196..f30c75ec97e 100644 --- a/rse/plugins/org.eclipse.rse.core/build.properties +++ b/rse/plugins/org.eclipse.rse.core/build.properties @@ -28,5 +28,5 @@ src.includes = about.html,\ schema/,\ .settings/,\ build.properties -javacDefaultEncoding.. = ISO-8859-1 -javacErrors.. = -assertIdentifier +#FIXME#breaks hudson nightlies# javacDefaultEncoding.. = ISO-8859-1 +#FIXME#breaks hudson nightlies# javacErrors.. = -assertIdentifier