jdk-24/make/ide/idea/langtools/template/ant.xml
Magnus Ihse Bursie 74f1e6da4e 8244093: Move all IDE support into coherent structure in make directory
Reviewed-by: mcimadamore, jlahoda, chegar, erikj
2020-05-19 15:49:46 +02:00

13 lines
453 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<buildFile url="file://$PROJECT_DIR$/make/ide/idea/langtools/build.xml">
<properties>
<property name="langtools.jdk.home" value="@IDEA_TARGET_JDK@" />
<property name="intellij.ismake" value="$IsMake$" />
</properties>
<executeOn event="afterCompilation" target="post-make" />
</buildFile>
</component>
</project>