dist-build now forces a clean
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9feeca6e4
commit
25fdafc320
|
@ -1,7 +1,7 @@
|
||||||
<project name="Lang" default="compile" basedir=".">
|
<project name="Lang" default="compile" basedir=".">
|
||||||
<!--
|
<!--
|
||||||
"Lang" component of the Jakarta Commons Subproject
|
"Lang" component of the Jakarta Commons Subproject
|
||||||
$Id: build.xml,v 1.21 2003/08/22 01:33:12 bayard Exp $
|
$Id: build.xml,v 1.22 2003/08/23 05:27:30 bayard Exp $
|
||||||
-->
|
-->
|
||||||
<!-- ========== Initialize Properties ===================================== -->
|
<!-- ========== Initialize Properties ===================================== -->
|
||||||
<property file="${user.home}/${component.name}.build.properties"/>
|
<property file="${user.home}/${component.name}.build.properties"/>
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
<copy file="RELEASE-NOTES.txt" todir="${dist.home}"/>
|
<copy file="RELEASE-NOTES.txt" todir="${dist.home}"/>
|
||||||
<antcall target="jar"/>
|
<antcall target="jar"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="dist-build" depends="dist" description="Build binary distribution files">
|
<target name="dist-build" depends="clean,dist" description="Build binary distribution files">
|
||||||
<mkdir dir="${final.name}"/>
|
<mkdir dir="${final.name}"/>
|
||||||
<move todir="${final.name}/${final.name}">
|
<move todir="${final.name}/${final.name}">
|
||||||
<fileset dir="${dist.home}"/>
|
<fileset dir="${dist.home}"/>
|
||||||
|
|
Loading…
Reference in New Issue