langtools/make/intellij/ant.xml
author mcimadamore
Fri, 19 Aug 2016 16:45:22 +0100
changeset 40510 722c82994682
parent 36526 3b41f1c69604
permissions -rw-r--r--
8164481: Remove jtreg run configurations from langtools idea project Summary: Update langtools intellij project and related ant build files. Reviewed-by: jlahoda

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