Changed the class build.
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@375 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
3cf801f58f
commit
b63d0a6886
@ -177,7 +177,7 @@
|
||||
</target>
|
||||
|
||||
<!-- Build J2EE Lab Environment release -->
|
||||
<target name="Build_DeveloperLab_Release" depends="clean"
|
||||
<target name="Build_DeveloperLab_Class_Release" depends="clean"
|
||||
description="Builds J2EE Developer Course release">
|
||||
|
||||
<!-- Build the WebGoat WAR with the desired properties file -->
|
||||
@ -189,7 +189,7 @@
|
||||
<antcall target="DeployWar"> </antcall>
|
||||
|
||||
<!-- Build the CD image -->
|
||||
<zip destfile="${dist.home}/${ant.project.name}-DeveloperLab-${app.version}.zip">
|
||||
<zip destfile="${dist.home}/${ant.project.name}-DeveloperLab-Class-${app.version}.zip">
|
||||
<zipfileset dir="." prefix="${install.home}"
|
||||
includes="eclipse/, java/, project/, FirefoxPortable/, Paros/, tomcat/, webscarab/,
|
||||
Read*.txt, HOW*.txt, eclipse.bat, webgoat.sh, webgoat.bat, webgoat_8080.bat, webscarab.bat,
|
||||
|
Loading…
x
Reference in New Issue
Block a user