make/idea/template/ant.xml
author alexsch
Thu, 07 Jul 2016 15:39:19 +0300
changeset 39841 a733f9d32e66
parent 37976 9cc5debe0f47
child 47217 72e3ae9a25eb
permissions -rw-r--r--
8160879: [PIT] CloseOnMouseClickPropertyTest fails with AA hint:Nonantialiased rendering mode exception Reviewed-by: ssadetsky, azvegint

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
      <properties>
        <property name="boot.java.home" value="$JDKPath$" />
        <property name="jtreg.tests" value="$FilePath$" />
        <property name="jtreg.home" value="jtreg.home" />
        <property name="build.target.dir" value="specDir" /> <!-- this will be replaced --> 
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>