make/idea/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://###ROOT_DIR###/make/idea/build.xml">
      <properties>
        <property name="intellij.ismake" value="$IsMake$" />
        <property name="build.target.dir" value="###BUILD_DIR###" />
        <property name="module.name" value="###MODULE_NAMES###" />
        <property name="idea.dir" value="###IDEA_DIR###" />
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>