make/idea/template/ant.xml
author chegar
Tue, 10 May 2016 13:34:30 +0100
changeset 37861 53d85619d7fe
child 37976 9cc5debe0f47
permissions -rw-r--r--
8074716: IntelliJ IDEA project support Reviewed-by: rriggs Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Maurizio Cimadamore <maurizio.cimadamore@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$" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     7
        <property name="jtreg.tests" value="$FilePath$" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
     8
        <property name="jtreg.home" value="###" />
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="jtreg.jpda.jvmargs" value="-agentlib:jdwp=transport=dt_socket,server=n,address=localhost:5900,suspend=y" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    11
        <property name="module.name" value="java.base" /> <!-- this will be replaced -->
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    12
      </properties>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    13
      <executeOn event="afterCompilation" target="post-make" />
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    14
    </buildFile>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    15
  </component>
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents:
diff changeset
    16
</project>