--- build.xml.orig 2006-10-12 23:54:26.000000000 +0200 +++ build.xml 2006-10-12 23:57:36.000000000 +0200 @@ -100,7 +100,6 @@ srcdir ="${src.core.dir}" destdir ="${build.core.dir}" encoding ="${build.encoding}" - executable ="${build.compile.executable}" fork ="${build.compile.fork}" debug ="${build.compile.debug}" depend ="${build.compile.depend}" @@ -109,8 +108,7 @@ optimize ="${build.compile.optimize}" source ="${build.compile.source}" target ="${build.compile.target}" - verbose ="${build.compile.verbose}" - bootclasspath="${build.boot.classpath}" /> + verbose ="${build.compile.verbose}"/> @@ -149,7 +145,6 @@ srcdir ="${src.test.dir}" destdir ="${build.test.dir}" encoding ="${build.encoding}" - executable ="${build.compile.executable}" fork ="${build.compile.fork}" debug ="${build.compile.debug}" depend ="${build.compile.depend}" @@ -159,7 +154,6 @@ source ="${build.compile.source}" target ="${build.compile.target}" verbose ="${build.compile.verbose}" - bootclasspath="${build.boot.classpath}" classpathref ="classpath.tests" /> @@ -235,7 +229,7 @@ -