jaxws/make/Makefile
changeset 2841 02c0a1315730
parent 2840 328c0bedcb41
child 2842 1a14159efe64
equal deleted inserted replaced
2840:328c0bedcb41 2841:02c0a1315730
    69   endif
    69   endif
    70 endif
    70 endif
    71 
    71 
    72 ifeq ($(DEBUG_CLASSFILES), true)
    72 ifeq ($(DEBUG_CLASSFILES), true)
    73   ANT_OPTIONS += -Djavac.debug=true
    73   ANT_OPTIONS += -Djavac.debug=true
    74   ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
       
    75 endif
    74 endif
    76 
    75 
    77 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    76 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
    78 # and the somewhat misnamed CLASS_VERSION (-target NN)
    77 # and the somewhat misnamed CLASS_VERSION (-target NN)
    79 ifdef TARGET_CLASS_VERSION
    78 ifdef TARGET_CLASS_VERSION