annotate main.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 |
6a535d51079a |
children |
|
rev |
line source |
8
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <module relativePaths="true" type="JAVA_MODULE" version="4">
|
|
3 <component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4 <exclude-output />
|
|
5 <content url="file://$MODULE_DIR$">
|
|
6 <excludeFolder url="file://$MODULE_DIR$/.hg" />
|
|
7 <excludeFolder url="file://$MODULE_DIR$/dist" />
|
|
8 <excludeFolder url="file://$MODULE_DIR$/test-output" />
|
|
9 </content>
|
|
10 <orderEntry type="inheritedJdk" />
|
|
11 <orderEntry type="sourceFolder" forTests="false" />
|
|
12 </component>
|
|
13 </module>
|
|
14
|