Skip to content

Commit b6f2a2e

Browse files
committed
Include the license and notice in the javadoc jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@500120 13f79535-47bb-0310-9956-ffa450edef68
1 parent ccd7863 commit b6f2a2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
<mkdir dir="${dist.bin}" />
125125
<mkdir dir="${dist.zip.dir}" />
126126
<!-- Javadoc -->
127+
<copy todir="${javadocdir}/META-INF">
128+
<fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
129+
</copy>
127130
<jar jarfile="${defaulttargetdir}/${final.name}-javadoc.jar" basedir="${javadocdir}" manifest="${basedir}/src/conf/MANIFEST.MF"/>
128131
<!-- Binary -->
129132
<copy todir="${dist.bin}">

0 commit comments

Comments
 (0)