Files
openide/plugins/javaFX/sceneBuilder/intellij.javaFX.sceneBuilder.iml
Nikolay Chashnikov efef6b52b7 [IntelliJ project configuration] migration to Java 11: use project default language level and SDK for IDE modules
...which were explicitly configured to use Java 11 before. This will simplify project configuration and make it easier to migrate to newer Java versions in future.

GitOrigin-RevId: 24db78969fb165acd9f2c5afcfd44259199c8494
2020-08-11 17:11:32 +00:00

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="module" module-name="intellij.java.indexing" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.javaFX" />
<orderEntry type="library" name="NanoXML" level="project" />
<orderEntry type="library" name="Trove4j" level="project" />
<orderEntry type="module-library" scope="PROVIDED">
<library name="SceneBuilderKit11" type="repository">
<properties maven-id="org.jetbrains.intellij.deps:scenebuilderkit:11.0.5" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/scenebuilderkit/11.0.5/scenebuilderkit-11.0.5.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>