view main.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 6a535d51079a
children
line wrap: on
line source
<?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$">
      <excludeFolder url="file://$MODULE_DIR$/.hg" />
      <excludeFolder url="file://$MODULE_DIR$/dist" />
      <excludeFolder url="file://$MODULE_DIR$/test-output" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>