Files
openide/plugins/terminal/completion/intellij.terminal.completion.iml
Konstantin Hudyakov 310f3c0bae [terminal] IDEA-343797 Edit git command description
GitOrigin-RevId: cbd4d85b9cc75b7e654000628ab3aa5d3aa2a0b8
2024-02-23 11:32:55 +00:00

33 lines
1.6 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" />
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module-library" exported="">
<library name="terminal-completion-spec" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.terminal:completion-spec:0.4.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/terminal/completion-spec/0.4.0/completion-spec-0.4.0.jar">
<sha256sum>ddc6f43ff83efb9ac3d61db3f8ec7b74326b780323bf2b49383a75b6c5756397</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/terminal/completion-spec/0.4.0/completion-spec-0.4.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/terminal/completion-spec/0.4.0/completion-spec-0.4.0-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
</component>
</module>