From cc1ce255791c6cd3ce150ca88c0e19a2366ceaea Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Fri, 27 Oct 2006 15:15:26 +0000 Subject: [PATCH] Trying to enable debug info in tests --- releng/org.eclipse.cdt.releng/sdk/build.properties | 2 +- releng/org.eclipse.cdt.releng/testing/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties index 49c04dfe1d4..28c22f0a107 100644 --- a/releng/org.eclipse.cdt.releng/sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/sdk/build.properties @@ -100,7 +100,7 @@ zipargs= #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar # Whether or not to include debug info in the output jars -javacDebugInfo=true +javacDebugInfo=on # Whether or not to fail the build if there are compiler errors javacfailonerror=true diff --git a/releng/org.eclipse.cdt.releng/testing/build.properties b/releng/org.eclipse.cdt.releng/testing/build.properties index 0ade4ae3f3d..e01f24b529f 100644 --- a/releng/org.eclipse.cdt.releng/testing/build.properties +++ b/releng/org.eclipse.cdt.releng/testing/build.properties @@ -83,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=true +javacDebugInfo=on # Whether or not to fail the build if there are compiler errors javacfailonerror=true