equal
deleted
inserted
replaced
23 # have any questions. |
23 # have any 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 devtools=${slashjava}/devtools |
28 drops.dir=${slashjava}/devtools/share/jdk7-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 |
95 javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\ |
95 javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\ |
96 output.dir=${output.dir}${line.separator}\ |
96 output.dir=${output.dir}${line.separator}\ |
97 build.dir=${build.dir}${line.separator}\ |
97 build.dir=${build.dir}${line.separator}\ |
98 dist.dir=${dist.dir}${line.separator}\ |
98 dist.dir=${dist.dir}${line.separator}\ |
99 drop.dir=${drop.dir}${line.separator}\ |
99 drop.dir=${drop.dir}${line.separator}\ |
|
100 drops.dir=${drops.dir}${line.separator}\ |
100 ${line.separator} |
101 ${line.separator} |
101 |
102 |
102 #------------------------------------------------------------ |
103 #------------------------------------------------------------ |