diff -r 243d0be1ba99 -r 4325b440eb3e make/build.xml --- a/make/build.xml Fri Nov 20 10:15:54 2009 -0800 +++ b/make/build.xml Fri Nov 20 11:18:43 2009 -0800 @@ -56,6 +56,7 @@ + @@ -93,6 +94,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -108,11 +144,15 @@ - + - + - + @@ -197,7 +237,7 @@ - + @@ -379,6 +419,17 @@ + + + + + + + @@ -446,16 +497,23 @@ - + - + + + + + + + + - - + + + + @@ -526,9 +587,12 @@ target="${boot.javac.target}" gensrc.dir="${build.bootstrap.dir}/gensrc" classes.dir="${build.bootstrap.dir}/classes" - bootclasspath="" + javac.bootclasspath="" + bootclasspath.opt="-Xbootclasspath/p:${build.bootstrap.dir}/classes" + sourcepath="" release="${bootstrap.release}" - full.version="${bootstrap.full.version}"/> + full.version="${bootstrap.full.version}" + excludes="${require.import.jdk.files} **/package-info.java"/> @@ -546,6 +610,20 @@ classpath="${build.toolclasses.dir}/"/> + + + + + + @@ -707,7 +785,7 @@ + description="display settings of configuration values"> ant.home = ${ant.home} boot.java.home = ${boot.java.home} target.java.home = ${target.java.home}