annotate main.iml @ 956:1ba5cc4c9ca4
Hajipur-9.1.x
TW-46340 compute from revisions more correctly
Endpoints should contain minimal set of uniteresting
revisions. Now we don't add endpoint if it is already filtered
out by another endpoint.
author |
Dmitry Neverov <dmitry.neverov@gmail.com> |
date |
Fri, 22 Jul 2016 12:26:37 +0200 |
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
|