Updated Branches: refs/heads/master 98ab449bd -> 653cdb3c5
CLOUDSTACK-64: remove junit Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/653cdb3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/653cdb3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/653cdb3c Branch: refs/heads/master Commit: 653cdb3c5d4909fa887d111c0f0cae4df9e94131 Parents: 98ab449 Author: Edison.Su <[email protected]> Authored: Mon Sep 10 23:15:05 2012 -0400 Committer: Edison.Su <[email protected]> Committed: Mon Sep 10 23:15:05 2012 -0400 ---------------------------------------------------------------------- build/developer.xml | 4 ++-- tools/junit/junit-4.8.1.jar | Bin 237047 -> 0 bytes 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/653cdb3c/build/developer.xml ---------------------------------------------------------------------- diff --git a/build/developer.xml b/build/developer.xml index 69e4929..b72a543 100755 --- a/build/developer.xml +++ b/build/developer.xml @@ -294,8 +294,8 @@ <fileset dir="${unittest.jar.dir}"> <include name="*.jar"/> </fileset> - <fileset dir="${tools.dir}"> - <include name="**/junit-4.8.1.jar"/> + <fileset dir="${deps.dir}"> + <include name="junit-*.jar"/> </fileset> <dirset dir="${utils.test.dir}/resources"/> <dirset dir="${server.test.dir}/resources"/> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/653cdb3c/tools/junit/junit-4.8.1.jar ---------------------------------------------------------------------- diff --git a/tools/junit/junit-4.8.1.jar b/tools/junit/junit-4.8.1.jar deleted file mode 100644 index 524cd65..0000000 Binary files a/tools/junit/junit-4.8.1.jar and /dev/null differ
