72c4ec5462
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Reviewed-by: darcy, ihse
15 lines
607 B
XML
15 lines
607 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AntConfiguration">
|
|
<buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
|
|
<properties>
|
|
<property name="boot.java.home" value="$JDKPath$" />
|
|
<property name="intellij.ismake" value="$IsMake$" />
|
|
<property name="build.target.dir" value="specDir" /> <!-- this will be replaced -->
|
|
<property name="module.name" value="java.base" /> <!-- this will be replaced -->
|
|
</properties>
|
|
<executeOn event="afterCompilation" target="post-make" />
|
|
</buildFile>
|
|
</component>
|
|
</project>
|