--- a/jaxws/build.properties Fri Oct 23 11:06:56 2009 -0700
+++ b/jaxws/build.properties Thu Nov 05 00:02:38 2009 +0000
@@ -25,7 +25,7 @@
# Base locations where bundles are located
slashjava=/java
-devtools=${slashjava}/devtools
+drops.dir=${slashjava}/devtools/share/jdk7-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
@@ -97,6 +97,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}
#------------------------------------------------------------