summaryrefslogtreecommitdiff
path: root/java/perftests/jar-with-dependencies.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-08-02 10:08:13 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-08-02 10:08:13 +0000
commit746558917ae7d16873aa364ab4b4de491b7419fb (patch)
tree624293425aaa2eaea6793f06080e94657dd915c6 /java/perftests/jar-with-dependencies.xml
parent039cf25002ca2f395da9b8ce6a45d34aab894b8c (diff)
downloadqpid-python-746558917ae7d16873aa364ab4b4de491b7419fb.tar.gz
Changes to POM for repacking as manifest jar, rather than uber jar.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/jar-with-dependencies.xml')
-rw-r--r--java/perftests/jar-with-dependencies.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/java/perftests/jar-with-dependencies.xml b/java/perftests/jar-with-dependencies.xml
index 959473f535..5813b6334b 100644
--- a/java/perftests/jar-with-dependencies.xml
+++ b/java/perftests/jar-with-dependencies.xml
@@ -44,6 +44,22 @@
<outputDirectory></outputDirectory>
</fileSet>
+ <!-- Include all the test scripts, both generated and hand-written. -->
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>etc/scripts</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+
<!-- Include the build artifact. -->
<fileSet>
<directory>target</directory>
@@ -53,12 +69,12 @@
</includes>
</fileSet>
- <!-- Include the classpath only jar. -->
+ <!-- Include the manifest with classpath jar. -->
<fileSet>
<directory>target</directory>
<outputDirectory></outputDirectory>
<includes>
- <include>qpid-perftests-1.0-incubating-M2-SNAPSHOT-tests.jar</include>
+ <include>qpid-perftests-${qpid.version}.jar</include>
</includes>
</fileSet>