make/build.xml

changeset 842
3da26790ccb7
parent 825
19f9b6548c70
child 873
747a7601b6d6
equal deleted inserted replaced
841:df371fd16386 842:3da26790ccb7
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. 3 Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 5
6 This code is free software; you can redistribute it and/or modify it 6 This code is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License version 2 only, as 7 under the terms of the GNU General Public License version 2 only, as
8 published by the Free Software Foundation. Oracle designates this 8 published by the Free Software Foundation. Oracle designates this
329 <mkdir dir="${build.dir}/diag-examples/classes"/> 329 <mkdir dir="${build.dir}/diag-examples/classes"/>
330 <javac fork="true" 330 <javac fork="true"
331 executable="${dist.bin.dir}/javac" 331 executable="${dist.bin.dir}/javac"
332 srcdir="test/tools/javac/diags" 332 srcdir="test/tools/javac/diags"
333 destdir="${build.dir}/diag-examples/classes" 333 destdir="${build.dir}/diag-examples/classes"
334 includes="Example.java,FileManager.java,HTMLWriter.java,RunExamples.java" 334 includes="ArgTypeCompilerFactory.java,Example.java,FileManager.java,HTMLWriter.java,RunExamples.java"
335 sourcepath="" 335 sourcepath=""
336 classpath="${dist.lib.dir}/javac.jar" 336 classpath="${dist.lib.dir}/javac.jar"
337 includeAntRuntime="no" 337 includeAntRuntime="no"
338 debug="${javac.debug}" 338 debug="${javac.debug}"
339 debuglevel="${javac.debuglevel}"/> 339 debuglevel="${javac.debuglevel}"/>

mercurial