And clean up so they don't end up in other things

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-02-07 23:19:35 +00:00
parent 333c9ecbcb
commit 724842ee7b
1 changed files with 2 additions and 0 deletions

View File

@ -101,11 +101,13 @@
<fileset dir="${basedir}" includes="LICENSE*, NOTICE*" /> <fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
</copy> </copy>
<jar jarfile="${final.name}-sources.jar" basedir="${source.home}" manifest="${build.home}/conf/MANIFEST.MF"/> <jar jarfile="${final.name}-sources.jar" basedir="${source.home}" manifest="${build.home}/conf/MANIFEST.MF"/>
<delete dir="${source.home}/META-INF"/>
<copy file="${final.name}-sources.jar" todir="${dist.home}"/> <copy file="${final.name}-sources.jar" todir="${dist.home}"/>
<copy todir="${dist.home}/docs/api/META-INF"> <copy todir="${dist.home}/docs/api/META-INF">
<fileset dir="${basedir}" includes="LICENSE*, NOTICE*" /> <fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
</copy> </copy>
<jar jarfile="${final.name}-javadoc.jar" basedir="${dist.home}/docs/api" manifest="${build.home}/conf/MANIFEST.MF"/> <jar jarfile="${final.name}-javadoc.jar" basedir="${dist.home}/docs/api" manifest="${build.home}/conf/MANIFEST.MF"/>
<delete dir="${dist.home}/docs/api/META-INF"/>
<copy file="${final.name}-javadoc.jar" todir="${dist.home}"/> <copy file="${final.name}-javadoc.jar" todir="${dist.home}"/>
<mkdir dir="${final.name}"/> <mkdir dir="${final.name}"/>
<move todir="${final.name}/${final.name}"> <move todir="${final.name}/${final.name}">