diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-10 15:47:18 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-10 15:47:18 +0000 |
| commit | 62245d32975f4baf5d49919d4e9ee1b2c406e75d (patch) | |
| tree | 69705d3dbbd674e9cbc99c92b55b752bd75bf1bd /java/pom.xml | |
| parent | e85458393975ce93ecd470e8fc3fd7906927b959 (diff) | |
| download | qpid-python-62245d32975f4baf5d49919d4e9ee1b2c406e75d.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/qpid@494861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml index 759917c7e6..25dba411e5 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -115,6 +115,7 @@ <module>client</module> <module>cluster</module> <module>systests</module> + <module>perftests</module> <module>management/eclipse-plugin</module> </modules> |
