提交 5507e041 编写于 作者: J jjg

6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar

Reviewed-by: ohair
上级 910992fc
......@@ -263,7 +263,8 @@
<mkdir dir="${build.toolclasses.dir}"/>
<javac srcdir="${make.tools.dir}/SelectTool"
destdir="${build.toolclasses.dir}/"
classpath="${ant.home}/lib/ant.jar"
classpath="${ant.core.lib}"
includeantruntime="false"
debug="${javac.debug}"
debuglevel="${javac.debuglevel}">
<compilerarg line="-Xlint"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册