From 39dbbd64b9c1fd41f5396ef01f4c949a4cbe855d Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Mon, 4 Sep 2006 12:53:30 +0000 Subject: [PATCH] Include debug info in test-plugins --- releng/org.eclipse.cdt.releng/testing/build.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.cdt.releng/testing/build.properties b/releng/org.eclipse.cdt.releng/testing/build.properties index a61e2daed05..185846fffae 100644 --- a/releng/org.eclipse.cdt.releng/testing/build.properties +++ b/releng/org.eclipse.cdt.releng/testing/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2005, 2006 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 @@ -7,6 +7,7 @@ # # Contributors: # IBM Corporation - initial API and implementation +# Markus Schorn (Wind River Systems) ############################################################################### ##################### # Parameters describing how and where to execute the build. @@ -82,7 +83,7 @@ zipargs= #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar # Whether or not to include debug info in the output jars -javacDebugInfo=false +javacDebugInfo=on # Whether or not to fail the build if there are compiler errors javacfailonerror=true