diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-09 21:46:49 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-09 21:46:49 +0000 |
| commit | aeb0c92945275b242d06650c5a777e067ea1cede (patch) | |
| tree | c95667e44a399d64d3563fd8e0d8f949d690154e /qpid/java/build.xml | |
| parent | 5447ad538272a214782015a11d2351a572ccbc6d (diff) | |
| download | qpid-python-aeb0c92945275b242d06650c5a777e067ea1cede.tar.gz | |
QPID-5677: stop including extra files within the qpid-all.jar manifest jars
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 189680578c..f73c5b3588 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -163,7 +163,7 @@ <manifest> <attribute name="Class-Path" value="${qpid.jar.classpath}"/> </manifest> - <metainf dir="${project.root}/resources/"/> + <metainf dir="${project.root}/resources/jar"/> </jar> <touch file="${qpid.jar}"/> |
