Skip to content

Commit

Permalink
Sourcedist making now also uses the defined version
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@3185 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Oct 1, 2004
1 parent 0e9e5ef commit dccd7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@

<target id="sourcedist" name="sourcedist" depends="init"
description="Builds the source packages.">
<property name="package" value="cdk-source-${DSTAMP}"/>
<property name="package" value="cdk-source-${version}"/>
<property name="sourcedist.dir" value="${sourcedist}/${package}"/>
<copy todir="${sourcedist.dir}/${src}">
<fileset dir="${src}" includes="*.javafiles" />
Expand Down Expand Up @@ -782,7 +782,7 @@
<fileset dir="doc/" includes="lgpl.license" />
</copy>
<tar tarfile="${package}.tar" basedir="${sourcedist}/" includes="${package}/**" />
<gzip zipfile="${package}.tar.gz" src="cdk-source-${DSTAMP}.tar" />
<gzip zipfile="${package}.tar.gz" src="cdk-source-${version}.tar" />
<delete file="${package}.tar" />
<zip zipfile="${package}.zip" basedir="${sourcedist}/" includes="${package}/**" />
</target>
Expand Down

0 comments on commit dccd7d0

Please sign in to comment.