--- old/jaxws/build.properties 2009-10-28 20:54:42.075284781 +0000 +++ new/jaxws/build.properties 2009-10-28 20:54:42.015304847 +0000 @@ -23,10 +23,6 @@ # 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. @@ -97,6 +93,7 @@ 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} #------------------------------------------------------------