view mercurial-agent/mercurial-agent.iml @ 850:67753eb68a09 Gaya-8.1.x

Don't build a clean patch if incremental patch fails Before building a clean patch the unmapped '' path was removed. As a result if build has several root we lost all sources of all roots where patch was already built. Instead of removing a mapped root path, throw a error immediately. If there will be some common errors in which we should recover inside hg-plugin by building a clean patch, we will add such a logic later.
author Dmitry Neverov <dmitry.neverov@gmail.com>
date Wed, 02 Jul 2014 18:39:37 +0200
parents ba1dadfd81bf
children 07a7f22d8954
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$/src" isTestSource="false" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="TeamCityAPI-agent" level="project" />
    <orderEntry type="module" module-name="mercurial-common" />
  </component>
</module>