langtools/make/intellij/ant.xml
author ihse
Sun, 23 Apr 2017 21:11:03 +0200
changeset 44786 99d2f0019a0a
parent 40510 722c82994682
permissions -rw-r--r--
8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/ Reviewed-by: erikj, mchung

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