aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkatleman <none@none>2011-12-07 13:02:35 -0800
committerkatleman <none@none>2011-12-07 13:02:35 -0800
commitbc31962b8e8c7633db4f639279d1b562058dbfc3 (patch)
treee6c8052cc0db76ed751f277eb5a7e695f9458d9a
parent61e955d17f3085ab57c9d6a83e5e2ea9aa9629da (diff)
parent09a8ff1448d097b79995d1232a1d139325dd1a08 (diff)
-rw-r--r--build.properties4
-rw-r--r--make/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/build.properties b/build.properties
index 8ec3620b..a468f817 100644
--- a/build.properties
+++ b/build.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
# Base locations where bundles are located
slashjava=/java
-drops.dir=${slashjava}/devtools/share/jdk7-drops
+drops.dir=${slashjava}/devtools/share/jdk8-drops
# This is the JDK used to build and run the bootstrap version of javac.
# The bootstrap javac is used to compile both boostrap versions of the
diff --git a/make/Makefile b/make/Makefile
index 55076a02..b2574d7d 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -99,9 +99,9 @@ ifdef ALT_DROPS_DIR
DROPS_DIR = $(ALT_DROPS_DIR)
else
ifdef ALT_JDK_DEVTOOLS_DIR
- DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk7-drops
+ DROPS_DIR = $(ALT_JDK_DEVTOOLS_DIR)/share/jdk8-drops
else
- DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk7-drops
+ DROPS_DIR = $(_SLASHJAVA)/devtools/share/jdk8-drops
endif
endif