changeset 63:35c29ff8d904

6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
author ohair
date Wed, 06 May 2009 11:29:11 -0700
parents ab30d5761947
children d95fec0fa489
files make/Makefile make/build.properties
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Mon Apr 20 19:01:16 2009 +0100
+++ b/make/Makefile	Wed May 06 11:29:11 2009 -0700
@@ -71,7 +71,6 @@
 
 ifeq ($(DEBUG_CLASSFILES), true)
   ANT_OPTIONS += -Djavac.debug=true
-  ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
 endif
 
 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
--- a/make/build.properties	Mon Apr 20 19:01:16 2009 +0100
+++ b/make/build.properties	Wed May 06 11:29:11 2009 -0700
@@ -32,7 +32,6 @@
 # options for the <javac> tasks used to compile the tools
 javac.target = 5
 javac.debug = true
-javac.debuglevel = source,lines
 javac.no.jdk.warnings = -XDignore.symbol.file=true
 # set the following to -version to verify the versions of javac being used
 javac.version.opt =