equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
23 # questions. |
23 # questions. |
24 # |
24 # |
25 |
25 |
26 # Base locations where bundles are located |
26 # Base locations where bundles are located |
27 slashjava=/java |
27 slashjava=/java |
28 drops.dir=${slashjava}/devtools/share/jdk7-drops |
28 drops.dir=${slashjava}/devtools/share/jdk8-drops |
29 |
29 |
30 # This is the JDK used to build and run the bootstrap version of javac. |
30 # This is the JDK used to build and run the bootstrap version of javac. |
31 # The bootstrap javac is used to compile both boostrap versions of the |
31 # The bootstrap javac is used to compile both boostrap versions of the |
32 # other tools, and product versions of all the tools. |
32 # other tools, and product versions of all the tools. |
33 # Override this path as needed, either on the command line or in |
33 # Override this path as needed, either on the command line or in |