diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-08-22 14:34:33 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-08-22 14:34:33 +0000 |
| commit | 2ecf5a0cbe0876b5dc931711bae2808b78c54fb7 (patch) | |
| tree | 19d8d9a327d712b835b26efb2c02f7056c869b84 /java/module.xml | |
| parent | bf051b04b863aabe715639a179449e26a2e214f3 (diff) | |
| download | qpid-python-2ecf5a0cbe0876b5dc931711bae2808b78c54fb7.tar.gz | |
QPID-1258: Remove crufty duplicates of DISCLAIMER, LICENSE, NOTICE and README. Update RELEASE_NOTES.txt. Ensure legal files are included in the jar and archives.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@688088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 50b68ee633..cdc260399c 100644 --- a/java/module.xml +++ b/java/module.xml @@ -279,7 +279,9 @@ </target> <target name="jar.nomanifest" depends="compile" unless="module.manifest"> - <jar destfile="${module.jar}" basedir="${module.classes}"/> + <jar destfile="${module.jar}" basedir="${module.classes}"> + <metainf dir="${project.root}/resources/" /> + </jar> </target> <target name="jar" depends="jar.manifest,jar.nomanifest" description="create jar"/> |
