Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
15 lines
428 B
XML
15 lines
428 B
XML
<!-- importing.xml -->
|
|
<project name="langtools" basedir = "../../../..">
|
|
|
|
<taskdef name="wrapLogger" classname="idea.IdeaLoggerWrapper" classpath=".idea/classes"/>
|
|
|
|
<wrapLogger/>
|
|
|
|
<import file="../../../langtools/build.xml"/>
|
|
|
|
<target name="cond-clean" unless="${intellij.ismake}">
|
|
<antcall target="clean"/>
|
|
</target>
|
|
|
|
<target name="post-make" depends="cond-clean, build-all-tools"/>
|
|
</project>
|