jaxp/make/Makefile
changeset 11069 81a28c8d731a
parent 9059 f7d1d02fad53
child 12005 a754d69d5e60
equal deleted inserted replaced
11059:b5060eae3b32 11069:81a28c8d731a
    97 # either via ALT_JDK_DEVTOOLS_DIR or /java/devtools.
    97 # either via ALT_JDK_DEVTOOLS_DIR or /java/devtools.
    98 ifdef ALT_DROPS_DIR
    98 ifdef ALT_DROPS_DIR
    99   DROPS_DIR = $(ALT_DROPS_DIR)
    99   DROPS_DIR = $(ALT_DROPS_DIR)
   100 else
   100 else
   101   ifdef ALT_JDK_DEVTOOLS_DIR
   101   ifdef ALT_JDK_DEVTOOLS_DIR
   102     DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk7-drops
   102     DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk8-drops
   103   else
   103   else
   104     DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk7-drops
   104     DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk8-drops
   105   endif
   105   endif
   106 endif
   106 endif
   107 
   107 
   108 # Add in path to drops already downloaded
   108 # Add in path to drops already downloaded
   109 ANT_OPTIONS += -Ddrops.dir=$(DROPS_DIR)
   109 ANT_OPTIONS += -Ddrops.dir=$(DROPS_DIR)