make/idea/template/ant.xml
author duke
Wed, 05 Jul 2017 22:07:34 +0200
changeset 40519 e17429a7e843
parent 37976 9cc5debe0f47
child 47217 72e3ae9a25eb
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     2
<project version="4">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     3
  <component name="AntConfiguration">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     4
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     5
      <properties>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     6
        <property name="boot.java.home" value="$JDKPath$" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     7
        <property name="jtreg.tests" value="$FilePath$" />
37976
9cc5debe0f47 8157061: Add support for running jtreg tests from IntelliJ project
mcimadamore
parents: 37861
diff changeset
     8
        <property name="jtreg.home" value="jtreg.home" />
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     9
        <property name="build.target.dir" value="specDir" /> <!-- this will be replaced --> 
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    10
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    11
      </properties>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    12
      <executeOn event="afterCompilation" target="post-make" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    13
    </buildFile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    14
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    15
</project>