From f381cb2d0bbf8ae510f6bf3daeddeb896bcc2622 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 13 Dec 2006 12:09:29 +0000 Subject: [PATCH] Fix broken nightly build due to assert keyword --- rse/plugins/org.eclipse.rse.core/build.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.core/build.properties b/rse/plugins/org.eclipse.rse.core/build.properties index d717d175b96..fabd11b67e3 100644 --- a/rse/plugins/org.eclipse.rse.core/build.properties +++ b/rse/plugins/org.eclipse.rse.core/build.properties @@ -21,3 +21,6 @@ bin.includes = META-INF/,\ source.. = src/,\ persistence/ output.. = bin/ + +javacSource=1.4 +javacTarget=1.4