4871d9935e
Overhaul templating logic for idea.sh; add support for -o option Reviewed-by: erikj, ihse
13 lines
453 B
XML
13 lines
453 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AntConfiguration">
|
|
<buildFile url="file://$PROJECT_DIR$/make/langtools/intellij/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>
|