Files
openide/plugins/settings-repository/intellij.settingsRepository.iml
Vladimir Lagunov cfa301c4cf IDEA-269455 Make JSch a module-level library of settingsRepository plugin
GitOrigin-RevId: 71b176029877b858701253f45826d92a7fb6c2dd
2021-12-20 11:40:42 +00:00

56 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" 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" packagePrefix="org.jetbrains.settingsRepository" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module-library" exported="">
<library name="jgit-develar">
<ANNOTATIONS>
<root url="file://$MODULE_DIR$/lib" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/jgit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/jgit-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
<orderEntry type="module-library" exported="">
<library name="JSch" type="repository">
<properties maven-id="com.jcraft:jsch:0.1.55" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Log4J" level="project" />
<orderEntry type="library" name="Slf4j" level="project" />
<orderEntry type="module" module-name="intellij.platform.configurationStore.impl" />
<orderEntry type="library" name="miglayout-swing" level="project" />
<orderEntry type="module" module-name="intellij.platform.credentialStore.ui" />
<orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-jdk8" level="project" />
<orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="library" name="caffeine" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
</component>
</module>