make/idea/template/ant.xml
author erikj
Tue, 12 Sep 2017 19:03:56 +0200
changeset 47217 72e3ae9a25eb
parent 37976 9cc5debe0f47
child 48667 f2344724a475
permissions -rw-r--r--
8187444: Forest Consolidation: Make build work Reviewed-by: darcy, ihse Contributed-by: erik.joelsson@oracle.com, maurizio.cimadamore@oracle.com, sundararajan.athijegannathan@oracle.com, jonathan.gibbons@oracle.com
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$" />
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37976
diff changeset
     7
        <property name="intellij.ismake" value="$IsMake$" />
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37976
diff changeset
     8
        <property name="build.target.dir" value="specDir" /> <!-- this will be replaced -->
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     9
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    10
      </properties>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    11
      <executeOn event="afterCompilation" target="post-make" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    12
    </buildFile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    13
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    14
</project>