Skip to content

Commit f60438e

Browse files
Changed ubuntu name
git-svn-id: http://webgoat.googlecode.com/svn/trunk@471 4033779f-a91e-0410-96ef-6bf7bf53c507
1 parent d8b6deb commit f60438e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webgoat/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
description="Builds WebGoat OWASP win32 release">
226226
<antcall target="DeployWarWin32"> </antcall>
227227
<!-- Build the CD image -->
228-
<zip destfile="${dist.home}/${ant.project.name}-OWASP_Standard_32-${app.version}.zip">
228+
<zip destfile="${dist.home}/${ant.project.name}-${app.version}-OWASP_Standard_Win32.zip">
229229
<zipfileset dir="." prefix="${install.home}"
230230
includes=", READ*.txt, webgoat.*, webgoat_8080.*"
231231
excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>
@@ -238,7 +238,7 @@
238238
description="Builds WebGoat OWASP win64 release">
239239
<antcall target="DeployWarWin64"> </antcall>
240240
<!-- Build the CD image -->
241-
<zip destfile="${dist.home}/${ant.project.name}-OWASP_Standard_64-${app.version}.zip">
241+
<zip destfile="${dist.home}/${ant.project.name}-${app.version}-OWASP_Standard_Win64.zip">
242242
<zipfileset dir="." prefix="${install.home}"
243243
includes=", READ*.txt, webgoat.*, webgoat_8080.*"
244244
excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>
@@ -251,7 +251,7 @@
251251
description="Builds WebGoat OWASP ubuntu release">
252252
<antcall target="DeployWarUbuntu32"> </antcall>
253253
<!-- Build the CD image -->
254-
<zip destfile="${dist.home}/${ant.project.name}-OWASP_Standard_Ubuntu_32-${app.version}.zip">
254+
<zip destfile="${dist.home}/${ant.project.name}-${app.version}-OWASP_Standard_Ubuntu32.zip">
255255
<zipfileset dir="." prefix="${install.home}"
256256
includes=", READ*.txt, webgoat.*, webgoat_8080.*"
257257
excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>

0 commit comments

Comments
 (0)