jdk-24/make/idea/template/misc.xml
Maurizio Cimadamore 9d25c65fda 8208524: IntelliJ support broken since 2018.2
Move build.xml out of .idea folder

Reviewed-by: stuefe
2018-07-31 16:49:51 +01:00

19 lines
699 B
XML

<?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$/build/.idea-support/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/.idea-support/out" />
</component>
</project>