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 | 9a0b1fa7841994bb8ae150e267f1728c4ca12ca6 (patch) | |
| tree | 2090882cbb93a3541f58b47c4cb2f8c25edeafac /java/module.xml | |
| parent | a03af401ba693ade452dae7d0e4042d41636d12c (diff) | |
| download | qpid-python-9a0b1fa7841994bb8ae150e267f1728c4ca12ca6.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/qpid@617321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 7ac00e7b73..2aee7d964a 100644 --- a/java/module.xml +++ b/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> |
