1c7781b760
Update langtools intellij project and related ant build files. Reviewed-by: jlahoda
12 lines
370 B
XML
12 lines
370 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AntConfiguration">
|
|
<buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
|
|
<properties>
|
|
<property name="langtools.jdk.home" value="@IDEA_TARGET_JDK@" />
|
|
</properties>
|
|
<executeOn event="afterCompilation" target="post-make" />
|
|
</buildFile>
|
|
</component>
|
|
</project>
|