diff options
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> |
