diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-11-09 10:26:25 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-11-09 10:26:25 +0000 |
| commit | 86996d5680a07acd82ffda2829dcdd6d6585e606 (patch) | |
| tree | 9d59a45afa1989dd313e69972e080d85f712071d /java/perftests/jar-with-dependencies.xml | |
| parent | 793a6b31f7ad6b27f0683eef52ae92e05d7f8fee (diff) | |
| download | qpid-python-86996d5680a07acd82ffda2829dcdd6d6585e606.tar.gz | |
Updated perftests to use JMS/JNDI lookup. Added some options to support non-Qpid middleware.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@593481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/jar-with-dependencies.xml')
| -rw-r--r-- | java/perftests/jar-with-dependencies.xml | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/java/perftests/jar-with-dependencies.xml b/java/perftests/jar-with-dependencies.xml index 5813b6334b..bbbbd3788e 100644 --- a/java/perftests/jar-with-dependencies.xml +++ b/java/perftests/jar-with-dependencies.xml @@ -6,9 +6,9 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+ -
http://www.apache.org/licenses/LICENSE-2.0
-
+ -
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -44,21 +44,30 @@ <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 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 all jndi configurations needed to run the tests. -->
+ <fileSet>
+ <directory>etc/jndi</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>*.properties</include>
+ </includes>
+ </fileSet>
<!-- Include the build artifact. -->
<fileSet>
|
