65344142d3
Adjusting langtools ant build and Idea project to Nashorn removal. Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Reviewed-by: mcimadamore, jlahoda
16 lines
409 B
XML
16 lines
409 B
XML
<!-- importing.xml -->
|
|
<project name="langtools" basedir = "../../..">
|
|
|
|
<taskdef name="wrapLogger" classname="idea.IdeaLoggerWrapper" classpath=".idea/classes"/>
|
|
|
|
<wrapLogger/>
|
|
|
|
<import file="../build.xml"/>
|
|
|
|
<target name="cond-clean" unless="${intellij.ismake}">
|
|
<antcall target="clean"/>
|
|
</target>
|
|
|
|
<target name="post-make" depends="cond-clean, build-all-tools"/>
|
|
</project>
|