diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 13:15:56 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 13:15:56 +0000 |
| commit | 98450bd3a0d5fa389d350885820dee878aafe6dd (patch) | |
| tree | 70cdfd530e6a0ff0884e9a5f4ee2f09cf84d0309 /qpid/java/module.xml | |
| parent | 9a62620d043bf27b52c1c17772ec5b3378871277 (diff) | |
| download | qpid-python-98450bd3a0d5fa389d350885820dee878aafe6dd.tar.gz | |
QPID-78
Added DISCLAIMER.txt LICENSE.txt and NOTICE.txt to the built jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 252871095a..2af973970d 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -193,6 +193,19 @@ </target> <target name="jar" depends="build"> + + <copy todir="${module.classes}"> + <fileset dir="${resources.root.dir}"> + <include name="${metainf.dir}/**"/> + </fileset> + </copy> + <copy todir="${module.classes}/${metainf.dir}"> + <fileset dir="${project.root}"> + <include name="LICENSE.txt"/> + <include name="NOTICE.txt"/> + </fileset> + </copy> + <jar destfile="${module.jar}" basedir="${module.classes}"/> </target> |
