diff mercurial.xml @ 181:0ea2ad14ce97

Add local mirrors for agent checkout. To turn them on set agent property teamcity.hg.use.local.mirrors = true.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Tue, 01 Mar 2011 17:55:41 +0300
parents 67a20cc047cb
children fea86366d792
line wrap: on
line diff
--- a/mercurial.xml	Wed Feb 16 13:35:57 2011 +0300
+++ b/mercurial.xml	Tue Mar 01 17:55:41 2011 +0300
@@ -93,6 +93,9 @@
   </path>
   
   <path id="library.jmock.classpath">
+    <pathelement location="${basedir}/mercurial-tests/lib/hamcrest-core-1.1.jar"/>
+    <pathelement location="${basedir}/mercurial-tests/lib/hamcrest-library-1.1.jar"/>
+    <pathelement location="${basedir}/mercurial-tests/lib/jmock-2.5.1.jar"/>
     <pathelement location="${basedir}/mercurial-tests/lib/jmock-SNAPSHOT.jar"/>
   </path>