From 32bb5dfa12ecc7a8c6481afc80b065d435459e95 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Thu, 5 Aug 2010 05:32:00 +0000 Subject: [PATCH] tweeks to tests --- releng.wtpbuilder/scripts/dependency/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng.wtpbuilder/scripts/dependency/build.xml b/releng.wtpbuilder/scripts/dependency/build.xml index b6c8679a5..c8725e3cc 100644 --- a/releng.wtpbuilder/scripts/dependency/build.xml +++ b/releng.wtpbuilder/scripts/dependency/build.xml @@ -246,7 +246,7 @@ <replacetoken>@dependencyProperties@</replacetoken> </replace> - <ant antfile="${buildDirectory}/dependency.${groupId}.xml" target="installRepo" debug="true"> + <ant antfile="${buildDirectory}/dependency.${groupId}.xml" target="installRepo"> <property name="install.destination" value="${install.destination}" /> </ant> -- GitLab