Skip to content

Commit 5f61fc6

Browse files
author
jst
committed
Including SVN_REVISION as passed in by Hudson in the src zip name
svn path=/trunk/; revision=66
1 parent fcb6c40 commit 5f61fc6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

javahelp_nbproject/build.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ have any questions.
5252

5353

5454
<target name="release-source" description="Build the source zip file">
55+
<property environment="env"/>
56+
<condition property="svn" value="_svn${env.SVN_REVISION}">
57+
<isset property="env.SVN_REVISION"/>
58+
</condition>
59+
<property name="svn" value=""/>
5560
<property name="version" value="2.0.05"/>
5661
<mkdir dir="dist"/>
57-
<zip destfile="dist/javahelp2-src-${version}.zip" filesonly="true">
62+
<zip destfile="dist/javahelp2-src-${version}${svn}.zip" filesonly="true">
5863
<zipfileset dir=".." prefix="javahelp2-${version}">
5964
<and>
6065
<filename name="**/*"/>

0 commit comments

Comments
 (0)