langtools/make/intellij/ant.xml
author msheppar
Fri, 16 Jun 2017 20:37:39 +0100
changeset 45667 b0d80f360c3d
parent 40510 722c82994682
permissions -rw-r--r--
8181836: BadKindHelper.html and BoundsHelper.html contains broken link in the javadoc Reviewed-by: chegar

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