summaryrefslogtreecommitdiff
path: root/qpid/java/management/client/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/management/client/build.xml')
-rw-r--r--qpid/java/management/client/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml
index f1600cad70..287be93a45 100644
--- a/qpid/java/management/client/build.xml
+++ b/qpid/java/management/client/build.xml
@@ -101,6 +101,11 @@
<exclude name="qpid-management-client-tests*.jar"/>
</fileset>
</copy>
+ <copy todir="${web.module}">
+ <fileset dir="${module.src}${file.separator}..${file.separator}..${file.separator}..${file.separator}console">
+ <include name="*/**"/>
+ </fileset>
+ </copy>
</target>
<target name="jar.manifest" depends="compile" if="module.manifest">
<jar destfile="${module.jar}" manifest="${module.manifest}">