diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-01 01:25:27 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-01 01:25:27 +0000 |
| commit | 3daff8e9098b22ef76463235add8130b39c8f611 (patch) | |
| tree | 57ab144c4cd704dda2b6af2f0d87d5e61d5c44cf /qpid/java/module.xml | |
| parent | 1ea7ba4dedb90c0d697b544053bf5c617427a725 (diff) | |
| download | qpid-python-3daff8e9098b22ef76463235add8130b39c8f611.tar.gz | |
futzed with deps for faster build, and fixed bug in manifest generation
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@617321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 7ac00e7b73..2aee7d964a 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -169,7 +169,7 @@ </junit> </target> - <target name="build" depends="compile" description="compile and copy resources into build tree"> + <target name="build" depends="jar,libs" description="compile and copy resources into build tree"> <copy todir="${build.bin}" failonerror="false"> <fileset dir="${module.bin}"/> </copy> |
