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