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:
parent
333c9ecbcb
commit
724842ee7b
|
@ -101,11 +101,13 @@
|
|||
<fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
|
||||
</copy>
|
||||
<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 todir="${dist.home}/docs/api/META-INF">
|
||||
<fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
|
||||
</copy>
|
||||
<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}"/>
|
||||
<mkdir dir="${final.name}"/>
|
||||
<move todir="${final.name}/${final.name}">
|
||||
|
|
Loading…
Reference in New Issue