view mercurial-server/mercurial-server.iml @ 1024:c0c4bf1db865

TW-66329 fix using archive command for creating full patch: previous implementation using clone produces very large overhead for big project repositories in case when settings are stored in the project repo since in case of freezing build settings, core system asks plugin to build full patch and cloning repos into temp dir even from local mirror can take tens of minutes
author Maxim Zaytsev <Maxim.Zaytsev@jetbrains.com>
date Mon, 15 Jun 2020 13:07:12 +0300
parents 1efd1846f00a
children 63233f2619e3
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
  <component name="FacetManager">
    <facet type="Spring" name="Spring">
      <configuration />
    </facet>
  </component>
  <component name="NewModuleRootManager" inherit-compiler-output="false">
    <output url="file://$MODULE_DIR$/classes" />
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
      <excludeFolder url="file://$MODULE_DIR$/classes" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" exported="" name="TeamCityAPI-server" level="project" />
    <orderEntry type="library" exported="" name="IDEA-openapi" level="project" />
    <orderEntry type="library" exported="" name="Log4j" level="project" />
    <orderEntry type="module" module-name="mercurial-common" />
    <orderEntry type="library" name="TeamCity Vcs Api" level="project" />
    <orderEntry type="library" name="trove4j" level="project" />
    <orderEntry type="library" name="quartz-1.6.0" level="project" />
    <orderEntry type="library" name="commons-compress-1.5" level="project" />
  </component>
</module>