summaryrefslogtreecommitdiff
path: root/qpid/java/distribution
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-01-10 15:47:18 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-01-10 15:47:18 +0000
commitbd257f3a8b5e72da0400f678855164b117897879 (patch)
treeaaec879df5bf0c06b833b3176c38bccd25de582e /qpid/java/distribution
parent13089aec5735eed904988130a8c1d7733ea66828 (diff)
downloadqpid-python-bd257f3a8b5e72da0400f678855164b117897879.tar.gz
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
Diffstat (limited to 'qpid/java/distribution')
-rw-r--r--qpid/java/distribution/pom.xml5
-rw-r--r--qpid/java/distribution/src/main/assembly/bin.xml8
2 files changed, 13 insertions, 0 deletions
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
@@ -62,6 +62,11 @@
<version>${pom.version}</version>
</dependency>
<dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>qpid-perftests</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
<groupId>${pom.groupId}.management</groupId>
<artifactId>org.apache.qpid.management.ui</artifactId>
<version>${pom.version}</version>
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 @@
<include>qpid-incubating.jar</include>
</includes>
</fileSet>
+ <fileSet>
+ <directory>../perftests/bin</directory>
+ <outputDirectory>qpid-${qpid.version}/bin/perftests</outputDirectory>
+ <includes>
+ <include>*</include>
+ </includes>
+ </fileSet>
+
</fileSets>
<files>
<!-- due to a bug in the assembly plugin (MASSEMBLY-153) you have