make/idea/template/ant.xml
author redestad
Wed, 10 Apr 2019 20:03:07 +0200
changeset 54492 9d0ae9508d53
parent 51612 bdac20c6c8dd
permissions -rw-r--r--
8222029: Optimize Math.floorMod Reviewed-by: aph, darcy
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">
51612
bdac20c6c8dd 8210226: Add support for multiple project folders to idea.sh
mcimadamore
parents: 51565
diff changeset
     4
    <buildFile url="file://###ROOT_DIR###/make/idea/build.xml">
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     5
      <properties>
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 37976
diff changeset
     6
        <property name="intellij.ismake" value="$IsMake$" />
51612
bdac20c6c8dd 8210226: Add support for multiple project folders to idea.sh
mcimadamore
parents: 51565
diff changeset
     7
        <property name="build.target.dir" value="###BUILD_DIR###" />
bdac20c6c8dd 8210226: Add support for multiple project folders to idea.sh
mcimadamore
parents: 51565
diff changeset
     8
        <property name="module.name" value="###MODULE_NAMES###" />
bdac20c6c8dd 8210226: Add support for multiple project folders to idea.sh
mcimadamore
parents: 51565
diff changeset
     9
        <property name="idea.dir" value="###IDEA_DIR###" />
37861
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>