jaxp/build.properties

Print this page

        

*** 21,34 **** # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, # CA 95054 USA or visit www.sun.com if you need additional information or # have any questions. # - # Base locations where bundles are located - slashjava=/java - devtools=${slashjava}/devtools - # 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 # other tools, and product versions of all the tools. # Override this path as needed, either on the command line or in # one of the standard user build.properties files (see build.xml) --- 21,30 ----
*** 95,102 **** --- 91,99 ---- javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\ output.dir=${output.dir}${line.separator}\ build.dir=${build.dir}${line.separator}\ dist.dir=${dist.dir}${line.separator}\ drop.dir=${drop.dir}${line.separator}\ + drops.dir=${drops.dir}${line.separator}\ ${line.separator} #------------------------------------------------------------