aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2009-05-06 11:27:39 -0700
committerohair <none@none>2009-05-06 11:27:39 -0700
commite8507ed968697022c0d95c476190d9750377fb92 (patch)
tree34817e7a3817b57edac75aa9c9c3f72d35ae5e36 /make
parente495b27d21da59f9a4ae46cd06e83ad7ae5b718c (diff)
downloadjdk8u_jaxp-e8507ed968697022c0d95c476190d9750377fb92.tar.gz
6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
Diffstat (limited to 'make')
-rw-r--r--make/Makefile1
-rw-r--r--make/build.properties1
2 files changed, 0 insertions, 2 deletions
diff --git a/make/Makefile b/make/Makefile
index 1e0a88e..ab49ed7 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -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)
diff --git a/make/build.properties b/make/build.properties
index e022509..f634f26 100644
--- a/make/build.properties
+++ b/make/build.properties
@@ -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 =