From 4f76d09c269d1338b0f6b734d0436bf394291863 Mon Sep 17 00:00:00 2001 From: Sarika Sinha Date: Thu, 20 Mar 2014 11:02:33 -0500 Subject: Bug 430580 - [1.8] NPE for java 1.8 test cases Signed-off-by: Sarika Sinha --- org.eclipse.jdt.debug.tests/build.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jdt.debug.tests/build.properties b/org.eclipse.jdt.debug.tests/build.properties index 0648527eb..1ed7591e5 100644 --- a/org.eclipse.jdt.debug.tests/build.properties +++ b/org.eclipse.jdt.debug.tests/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2012 IBM Corporation and others. +# Copyright (c) 2003, 2014 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -19,7 +19,8 @@ bin.includes = plugin.xml,\ testsource-j2se-1.5/,\ META-INF/,\ plugin.properties,\ - java7/ + java7/,\ + java8/ source.javadebugtests.jar = test plugin/,\ tests/,\ console tests/ -- cgit v1.2.3