6837665: Deal with windows ant problem where commas in -D options do not work

Reviewed-by: xdono
This commit is contained in:
Kelly O'Hair 2009-05-06 11:29:11 -07:00
parent a1ed403a44
commit d5f349c8ca
2 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ endif
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)

View File

@ -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 =