/
githubmirror
/
jdk22
Обзор
Документация
Войти
/
githubmirror
/
jdk22
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
make/ide/idea/langtools/template/misc.xml
18 строк
706 B
Magnus Ihse Bursie
8244093: Move all IDE support into coherent structure in make directory
19 май 2020, 16:49
19 май 2020, 16:49
74f1e6d
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="JTRegService"> <path>@IDEA_JTREG_HOME@</path> <workDir>build</workDir> <jre alt="true" value="@IDEA_TARGET_JDK@" /> <options>@XPATCH@</options> <ant> <target file="file://$PROJECT_DIR$/make/ide/idea/langtools/build.xml" name="build-all-classes" /> </ant> </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build" /> </component> </project>