Mercurial > hg > mercurial
annotate mercurial-tests/mercurial-tests.iml @ 609:86e187882960 Gaya-8.0.x
Test for TW-29998
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Fri, 28 Jun 2013 12:06:09 +0400 |
parents | d693048e77ae |
children | f6efcbc52d11 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <module relativePaths="true" type="JAVA_MODULE" version="4"> | |
3 <component name="NewModuleRootManager" inherit-compiler-output="false"> | |
4 <output url="file://$MODULE_DIR$/classes" /> | |
5 <exclude-output /> | |
6 <content url="file://$MODULE_DIR$"> | |
77 | 7 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="true" /> |
0 | 8 </content> |
9 <orderEntry type="inheritedJdk" /> | |
10 <orderEntry type="sourceFolder" forTests="false" /> | |
27 | 11 <orderEntry type="module" module-name="mercurial-server" /> |
0 | 12 <orderEntry type="library" name="JUnit" level="project" /> |
1 | 13 <orderEntry type="library" name="TestNG" level="project" /> |
14 <orderEntry type="library" name="JMock" level="project" /> | |
27 | 15 <orderEntry type="library" name="TeamCityAPI-common" level="project" /> |
16 <orderEntry type="module" module-name="mercurial-common" /> | |
34
0052d368c90c
initial working version of agent side checkout + some tests
Pavel.Sher
parents:
27
diff
changeset
|
17 <orderEntry type="module" module-name="mercurial-agent" /> |
77 | 18 <orderEntry type="library" name="TeamCity-TestsAPI" level="project" /> |
19 <orderEntry type="library" name="TeamCity-impl" level="project" /> | |
106 | 20 <orderEntry type="library" name="TeamCityAPI-agent" level="project" /> |
485 | 21 <orderEntry type="library" name="TeamCity Vcs Api" level="project" /> |
489
493f78cb64dd
Move MercurialBranchSupport to separate module
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
485
diff
changeset
|
22 <orderEntry type="module" module-name="mercurial-server-tc" /> |
581
d693048e77ae
Schedule cleanup by cron
Dmitry Neverov <dmitry.neverov@jetbrains.com>
parents:
489
diff
changeset
|
23 <orderEntry type="library" name="quartz-1.6.0" level="project" /> |
0 | 24 </component> |
25 </module> | |
26 |