From bd257f3a8b5e72da0400f678855164b117897879 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 10 Jan 2007 15:47:18 +0000 Subject: QPID-278 Add PerfTests into build and distribution perftests are now built as part of the main build. The resulting jar contains both class and java files. The binary distribution also includes a perftests folder in the bin directory which contains scripts to run the tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494861 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/distribution/pom.xml | 5 +++++ qpid/java/distribution/src/main/assembly/bin.xml | 8 ++++++++ 2 files changed, 13 insertions(+) (limited to 'qpid/java/distribution') diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml index df879c9c95..59b4107454 100644 --- a/qpid/java/distribution/pom.xml +++ b/qpid/java/distribution/pom.xml @@ -61,6 +61,11 @@ qpid-client ${pom.version} + + ${pom.groupId} + qpid-perftests + ${pom.version} + ${pom.groupId}.management org.apache.qpid.management.ui diff --git a/qpid/java/distribution/src/main/assembly/bin.xml b/qpid/java/distribution/src/main/assembly/bin.xml index 00ffd86bd0..fa3ed7dd06 100644 --- a/qpid/java/distribution/src/main/assembly/bin.xml +++ b/qpid/java/distribution/src/main/assembly/bin.xml @@ -66,6 +66,14 @@ qpid-incubating.jar + + ../perftests/bin + qpid-${qpid.version}/bin/perftests + + * + + +