|
225 | 225 | description="Builds WebGoat OWASP win32 release">
|
226 | 226 | <antcall target="DeployWarWin32"> </antcall>
|
227 | 227 | <!-- 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"> |
229 | 229 | <zipfileset dir="." prefix="${install.home}"
|
230 | 230 | includes=", READ*.txt, webgoat.*, webgoat_8080.*"
|
231 | 231 | excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>
|
|
238 | 238 | description="Builds WebGoat OWASP win64 release">
|
239 | 239 | <antcall target="DeployWarWin64"> </antcall>
|
240 | 240 | <!-- 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"> |
242 | 242 | <zipfileset dir="." prefix="${install.home}"
|
243 | 243 | includes=", READ*.txt, webgoat.*, webgoat_8080.*"
|
244 | 244 | excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>
|
|
251 | 251 | description="Builds WebGoat OWASP ubuntu release">
|
252 | 252 | <antcall target="DeployWarUbuntu32"> </antcall>
|
253 | 253 | <!-- 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"> |
255 | 255 | <zipfileset dir="." prefix="${install.home}"
|
256 | 256 | includes=", READ*.txt, webgoat.*, webgoat_8080.*"
|
257 | 257 | excludes=".*, .settings/**,dist/**, owasp_distributions/**, bin/**, build/**"/>
|
|
0 commit comments