6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
--- a/jaxws/make/Makefile Mon Apr 20 19:01:16 2009 +0100
+++ b/jaxws/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/jaxws/make/build.properties Mon Apr 20 19:01:16 2009 +0100
+++ b/jaxws/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 =