make/idea/template/misc.xml
author mcimadamore
Wed, 29 Aug 2018 11:25:51 +0100
changeset 51565 7e5f08c619e3
parent 51266 f8696e0ab9b7
child 51612 bdac20c6c8dd
permissions -rw-r--r--
8209064: Make intellij support more robust after changes for 2018.2 Summary: Do not treat build.xml wrapper as a template file Reviewed-by: erikj, ihse

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="EntryPointsManager">
    <entry_points version="2.0" />
  </component>
  <component name="JTRegService">
    <path>jtreg_home</path> <!-- this will be replaced -->
    <workDir>build</workDir>
    <jre alt="true" value="images_jdk" /> <!-- this will be replaced -->
    <options></options>
    <ant>
      <target file="file://$PROJECT_DIR$/make/idea/build.xml" name="images" />
    </ant>
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" assert-keyword="true" jdk-15="true">
    <output url="file://$PROJECT_DIR$/build/out" />
  </component>
</project>