langtools/make/intellij/ant.xml
author stefank
Tue, 05 Apr 2016 10:41:52 +0200
changeset 37255 100d4a515df0
parent 36526 3b41f1c69604
child 40510 722c82994682
permissions -rw-r--r--
8152711: Create a non-template Log wrapper class Reviewed-by: kbarrett, rehn

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
      <properties>
        <property name="jtreg.tests" value="$FilePath$" />
        <property name="langtools.jdk.home" value="@IDEA_TARGET_JDK@" />
        <property name="jtreg.home" value="@IDEA_JTREG_HOME@" />
        <property name="jtreg.jpda.jvmargs" value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=5900" />
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>