diff options
| author | Robert Greig <rgreig@apache.org> | 2007-03-20 17:23:47 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-03-20 17:23:47 +0000 |
| commit | 690ac2b87d7cfab7463039972943a0f8b9cb20a9 (patch) | |
| tree | d7de3f09b6f4a7807532fe025333c45422cbcbae /qpid/java/integrationtests/pom.xml | |
| parent | 6529db15d4265531005989ae4930c9ef415e3bdd (diff) | |
| download | qpid-python-690ac2b87d7cfab7463039972943a0f8b9cb20a9.tar.gz | |
Merged revisions 520415 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r520415 | rgreig | 2007-03-20 14:59:07 +0000 (Tue, 20 Mar 2007) | 1 line
Improvements made to interop tests.
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests/pom.xml')
| -rw-r--r-- | qpid/java/integrationtests/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qpid/java/integrationtests/pom.xml b/qpid/java/integrationtests/pom.xml index 5e22cc7990..fd7ac8b039 100644 --- a/qpid/java/integrationtests/pom.xml +++ b/qpid/java/integrationtests/pom.xml @@ -107,6 +107,15 @@ </plugins>
<resources>
+ <!-- Ensure all resources defined in the resources directory are copied into the build jar. -->
+ <resource>
+ <targetPath></targetPath>
+ <filtering>false</filtering>
+ <directory>src/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
</resources>
</build>
|
