comparison mercurial.xml @ 77:cfbeaf010bd4

prepare to bundle with TeamCity
author Pavel.Sher
date Fri, 09 Oct 2009 17:44:13 +0400
parents d8661b24ed37
children 8587a9c22d55
comparison
equal deleted inserted replaced
76:84f8c95be7bb 77:cfbeaf010bd4
19 <exclude name="**/SCCS/**"/> 19 <exclude name="**/SCCS/**"/>
20 <exclude name="**/RCS/**"/> 20 <exclude name="**/RCS/**"/>
21 <exclude name="**/rcs/**"/> 21 <exclude name="**/rcs/**"/>
22 <exclude name="**/.DS_Store/**"/> 22 <exclude name="**/.DS_Store/**"/>
23 <exclude name="**/.svn/**"/> 23 <exclude name="**/.svn/**"/>
24 <exclude name="**/vssver.scc/**"/>
25 <exclude name="**/vssver2.scc/**"/>
26 <exclude name="**/.sbas/**"/>
27 <exclude name="**/.IJI.*/**"/>
28 <exclude name="**/.pyc/**"/> 24 <exclude name="**/.pyc/**"/>
29 <exclude name="**/.pyo/**"/> 25 <exclude name="**/.pyo/**"/>
30 <exclude name="**/*.pyc/**"/> 26 <exclude name="**/*.pyc/**"/>
31 <exclude name="**/*.pyo/**"/> 27 <exclude name="**/*.pyo/**"/>
32 <exclude name="**/.git/**"/> 28 <exclude name="**/.git/**"/>
29 <exclude name="**/*.hprof/**"/>
30 <exclude name="**/_svn/**"/>
31 </patternset>
32 <patternset id="library.patterns">
33 <include name="*.zip"/>
34 <include name="*.war"/>
35 <include name="*.egg"/>
36 <include name="*.ear"/>
37 <include name="*.swc"/>
38 <include name="*.jar"/>
33 </patternset> 39 </patternset>
34 <patternset id="compiler.resources"> 40 <patternset id="compiler.resources">
35 <include name="**/?*.properties"/> 41 <include name="**/?*.properties"/>
36 <include name="**/?*.xml"/> 42 <include name="**/?*.xml"/>
37 <include name="**/?*.gif"/> 43 <include name="**/?*.gif"/>
46 </patternset> 52 </patternset>
47 53
48 54
49 <!-- Project Libraries --> 55 <!-- Project Libraries -->
50 56
51 <path id="library.teamcityapi-server.classpath">
52 <pathelement location="${basedir}/lib/server-api.jar"/>
53 </path>
54
55 <path id="library.idea-openapi.classpath"> 57 <path id="library.idea-openapi.classpath">
56 <pathelement location="${basedir}/lib/util.jar"/> 58 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/annotations.jar"/>
57 <pathelement location="${basedir}/lib/openapi.jar"/> 59 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/openapi.jar"/>
58 <pathelement location="${basedir}/lib/resources_en.jar"/> 60 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/resources_en.jar"/>
59 <pathelement location="${basedir}/lib/annotations.jar"/> 61 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/util.jar"/>
60 </path> 62 </path>
61 63
62 <path id="library.teamcity-testssupport.classpath"> 64 <path id="library.jmock.classpath">
63 <pathelement location="${basedir}/mercurial-tests/lib/patches-tests.jar"/> 65 <pathelement location="${basedir}/mercurial-tests/lib/jmock-SNAPSHOT.jar"/>
64 </path> 66 </path>
65 67
66 <path id="library.junit.classpath"> 68 <path id="library.junit.classpath">
67 <pathelement location="${basedir}/mercurial-tests/lib/junit-3.8.1.jar"/> 69 <pathelement location="${basedir}/mercurial-tests/lib/junit-3.8.1.jar"/>
68 </path> 70 </path>
69 71
72 <path id="library.log4j.classpath">
73 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/log4j-1.2.12.jar"/>
74 </path>
75
76 <path id="library.teamcity-impl.classpath">
77 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/patches-impl.jar"/>
78 <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/trove4j.jar"/>
79 </path>
80
81 <path id="library.teamcity-testsapi.classpath">
82 <pathelement location="${path.variable.teamcitydistribution}/devPackage/tests/patches-test.jar"/>
83 </path>
84
85 <path id="library.teamcityapi-agent.classpath">
86 <pathelement location="${path.variable.teamcitydistribution}/devPackage/agent-api.jar"/>
87 </path>
88
89 <path id="library.teamcityapi-common.classpath">
90 <pathelement location="${path.variable.teamcitydistribution}/devPackage/common-api.jar"/>
91 <pathelement location="${path.variable.teamcitydistribution}/devPackage/runtime-util.jar"/>
92 </path>
93
94 <path id="library.teamcityapi-server.classpath">
95 <pathelement location="${path.variable.teamcitydistribution}/devPackage/server-api.jar"/>
96 </path>
97
70 <path id="library.testng.classpath"> 98 <path id="library.testng.classpath">
71 <pathelement location="${basedir}/mercurial-tests/lib/testng-5.7-jdk15.jar"/> 99 <pathelement location="${basedir}/mercurial-tests/lib/testng-5.7-jdk15.jar"/>
72 </path>
73
74 <path id="library.jmock.classpath">
75 <pathelement location="${basedir}/mercurial-tests/lib/jmock-SNAPSHOT.jar"/>
76 </path>
77
78 <path id="library.teamcity-impl.classpath">
79 <pathelement location="${basedir}/lib/patches-impl.jar"/>
80 </path>
81
82 <path id="library.log4j.classpath">
83 <pathelement location="${basedir}/lib/log4j-1.2.12.jar"/>
84 </path>
85
86 <path id="library.gnu_trove.classpath">
87 <pathelement location="${basedir}/lib/trove4j.jar"/>
88 </path>
89
90 <path id="library.teamcityapi-common.classpath">
91 <pathelement location="${basedir}/lib/common-api.jar"/>
92 <pathelement location="${basedir}/lib/runtime-util.jar"/>
93 </path>
94
95 <path id="library.teamcityapi-agent.classpath">
96 <pathelement location="${basedir}/lib/agent-api.jar"/>
97 </path> 100 </path>
98 101
99 102
100 <!-- Application Server Libraries --> 103 <!-- Application Server Libraries -->
101 104
236 </path> 239 </path>
237 240
238 <path id="mercurial-agent.runtime.module.classpath"> 241 <path id="mercurial-agent.runtime.module.classpath">
239 <pathelement location="${mercurial-agent.output.dir}"/> 242 <pathelement location="${mercurial-agent.output.dir}"/>
240 <path refid="library.teamcityapi-agent.classpath"/> 243 <path refid="library.teamcityapi-agent.classpath"/>
241 <path refid="mercurial-common.runtime.module.classpath"/> 244 <pathelement location="${mercurial-common.output.dir}"/>
245 <path refid="library.teamcityapi-common.classpath"/>
246 <path refid="library.idea-openapi.classpath"/>
242 </path> 247 </path>
243 248
244 249
245 <patternset id="excluded.from.module.mercurial-agent"> 250 <patternset id="excluded.from.module.mercurial-agent">
246 <patternset refid="ignored.files"/> 251 <patternset refid="ignored.files"/>
301 </path> 306 </path>
302 307
303 <path id="mercurial-server.module.classpath"> 308 <path id="mercurial-server.module.classpath">
304 <path refid="library.teamcityapi-server.classpath"/> 309 <path refid="library.teamcityapi-server.classpath"/>
305 <path refid="library.idea-openapi.classpath"/> 310 <path refid="library.idea-openapi.classpath"/>
306 <path refid="library.teamcity-impl.classpath"/>
307 <path refid="library.log4j.classpath"/> 311 <path refid="library.log4j.classpath"/>
308 <path refid="library.gnu_trove.classpath"/>
309 <pathelement location="${mercurial-common.output.dir}"/> 312 <pathelement location="${mercurial-common.output.dir}"/>
310 <path refid="library.teamcityapi-common.classpath"/> 313 <path refid="library.teamcityapi-common.classpath"/>
311 </path> 314 </path>
312 315
313 <path id="mercurial-server.runtime.module.classpath"> 316 <path id="mercurial-server.runtime.module.classpath">
314 <pathelement location="${mercurial-server.output.dir}"/> 317 <pathelement location="${mercurial-server.output.dir}"/>
315 <path refid="library.teamcityapi-server.classpath"/> 318 <path refid="library.teamcityapi-server.classpath"/>
316 <path refid="library.idea-openapi.classpath"/> 319 <path refid="library.idea-openapi.classpath"/>
317 <path refid="library.teamcity-impl.classpath"/>
318 <path refid="library.log4j.classpath"/> 320 <path refid="library.log4j.classpath"/>
319 <path refid="library.gnu_trove.classpath"/> 321 <pathelement location="${mercurial-common.output.dir}"/>
320 <path refid="mercurial-common.runtime.module.classpath"/> 322 <path refid="library.teamcityapi-common.classpath"/>
321 </path> 323 </path>
322 324
323 325
324 <patternset id="excluded.from.module.mercurial-server"> 326 <patternset id="excluded.from.module.mercurial-server">
325 <patternset refid="ignored.files"/> 327 <patternset refid="ignored.files"/>
386 388
387 <path id="mercurial-tests.module.classpath"> 389 <path id="mercurial-tests.module.classpath">
388 <pathelement location="${mercurial-server.output.dir}"/> 390 <pathelement location="${mercurial-server.output.dir}"/>
389 <path refid="library.teamcityapi-server.classpath"/> 391 <path refid="library.teamcityapi-server.classpath"/>
390 <path refid="library.idea-openapi.classpath"/> 392 <path refid="library.idea-openapi.classpath"/>
391 <path refid="library.teamcity-impl.classpath"/>
392 <path refid="library.log4j.classpath"/> 393 <path refid="library.log4j.classpath"/>
393 <path refid="library.gnu_trove.classpath"/>
394 <path refid="library.teamcity-testssupport.classpath"/>
395 <path refid="library.junit.classpath"/> 394 <path refid="library.junit.classpath"/>
396 <path refid="library.testng.classpath"/> 395 <path refid="library.testng.classpath"/>
397 <path refid="library.jmock.classpath"/> 396 <path refid="library.jmock.classpath"/>
398 <path refid="library.teamcityapi-common.classpath"/> 397 <path refid="library.teamcityapi-common.classpath"/>
399 <pathelement location="${mercurial-common.output.dir}"/> 398 <pathelement location="${mercurial-common.output.dir}"/>
400 <pathelement location="${mercurial-agent.output.dir}"/> 399 <pathelement location="${mercurial-agent.output.dir}"/>
400 <path refid="library.teamcity-testsapi.classpath"/>
401 <path refid="library.teamcity-impl.classpath"/>
401 </path> 402 </path>
402 403
403 <path id="mercurial-tests.runtime.module.classpath"> 404 <path id="mercurial-tests.runtime.module.classpath">
404 <pathelement location="${mercurial-tests.output.dir}"/> 405 <pathelement location="${mercurial-tests.output.dir}"/>
405 <path refid="mercurial-server.runtime.module.classpath"/> 406 <pathelement location="${mercurial-server.output.dir}"/>
406 <path refid="library.teamcity-testssupport.classpath"/> 407 <path refid="library.teamcityapi-server.classpath"/>
408 <path refid="library.idea-openapi.classpath"/>
409 <path refid="library.log4j.classpath"/>
410 <pathelement location="${mercurial-common.output.dir}"/>
411 <path refid="library.teamcityapi-common.classpath"/>
407 <path refid="library.junit.classpath"/> 412 <path refid="library.junit.classpath"/>
408 <path refid="library.testng.classpath"/> 413 <path refid="library.testng.classpath"/>
409 <path refid="library.jmock.classpath"/> 414 <path refid="library.jmock.classpath"/>
410 <path refid="library.teamcityapi-common.classpath"/> 415 <pathelement location="${mercurial-agent.output.dir}"/>
411 <path refid="mercurial-common.runtime.module.classpath"/> 416 <path refid="library.teamcityapi-agent.classpath"/>
412 <path refid="mercurial-agent.runtime.module.classpath"/> 417 <path refid="library.teamcity-testsapi.classpath"/>
418 <path refid="library.teamcity-impl.classpath"/>
413 </path> 419 </path>
414 420
415 421
416 <patternset id="excluded.from.module.mercurial-tests"> 422 <patternset id="excluded.from.module.mercurial-tests">
417 <patternset refid="ignored.files"/> 423 <patternset refid="ignored.files"/>