make/langtools/intellij/template/ant.xml
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 51612 bdac20c6c8dd
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com

<?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>