annotate main.iml @ 571:c3ec73ac68ca

Drop option teamcity.hg.use.revsets.root.ids. It was introduced for enabling revsets only for some roots, because revsets were suspected of being slow. Turns out slow part is getting changed files from commit, so this option is not needed anymore.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Mon, 18 Mar 2013 17:43:31 +0400
parents 6a535d51079a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
2 <module relativePaths="true" type="JAVA_MODULE" version="4">
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
3 <component name="NewModuleRootManager" inherit-compiler-output="true">
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
4 <exclude-output />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
5 <content url="file://$MODULE_DIR$">
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
6 <excludeFolder url="file://$MODULE_DIR$/.hg" />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
7 <excludeFolder url="file://$MODULE_DIR$/dist" />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
8 <excludeFolder url="file://$MODULE_DIR$/test-output" />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
9 </content>
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
10 <orderEntry type="inheritedJdk" />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
11 <orderEntry type="sourceFolder" forTests="false" />
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
12 </component>
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
13 </module>
2cb2df5a0dcd fix working directory update (use pull command)
Pavel.Sher
parents:
diff changeset
14