diff options
| author | Robert Greig <rgreig@apache.org> | 2007-03-08 15:28:08 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-03-08 15:28:08 +0000 |
| commit | 1c873bde9fafd7f0ad6f6daa50d7faa215fc5540 (patch) | |
| tree | ceaca6014ae60d722b411b9961d7e5e5dcb9f61a /java/perftests/dist-zip.xml | |
| parent | 6dbcf1d2ef68c8bf2b0032287bf71af8b002e35e (diff) | |
| download | qpid-python-1c873bde9fafd7f0ad6f6daa50d7faa215fc5540.tar.gz | |
(Patch submitted by Rupert Smith) Created distribution zip from all deps jar and generated/hand coded scripts.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@516071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/dist-zip.xml')
| -rw-r--r-- | java/perftests/dist-zip.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/java/perftests/dist-zip.xml b/java/perftests/dist-zip.xml new file mode 100644 index 0000000000..daaa37fb31 --- /dev/null +++ b/java/perftests/dist-zip.xml @@ -0,0 +1,27 @@ +<!-- This is an assembly descriptor that produces a zip containing all the test scripts and
+ the all dependencies jar. -->
+<assembly>
+ <id>perftests</id>
+ <formats>
+ <format>zip</format>
+ <format>tar.gz</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory>PerformanceTests</outputDirectory>
+ <includes>
+ <include>qpid-perftests-${qpid.version}-all-test-deps.jar</include>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>etc/scripts</directory>
+ <outputDirectory>PerformanceTests</outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+</assembly>
|
