changeset 112:ac87537fe4ff

remove unused libs from runtime classpath
author Pavel.Sher
date Tue, 27 Jul 2010 12:27:58 +0400
parents 63fba3091c0e
children 60d67a1e5502
files build.xml
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Mon Jul 19 12:59:06 2010 +0400
+++ b/build.xml	Tue Jul 27 12:27:58 2010 +0400
@@ -33,8 +33,6 @@
   <taskdef name="testng" classname="org.testng.TestNGAntTask" classpath="${basedir}/mercurial-tests/lib/testng-5.7-jdk15.jar"/>
 
   <path id="tests_classpath">
-    <pathelement location="${agent.home.dir}/lib/runtime-util.jar"/>
-    <pathelement location="${agent.home.dir}/lib/buildServerRuntimeUtil.jar"/>
     <path refid="mercurial-tests.runtime.module.classpath"/>
   </path>