build script change to clean-tomcat

This commit is contained in:
prachi 2012-04-26 16:31:04 -07:00
parent 74a152df8d
commit e2f0a4d9fb
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
</java>
</target>
<target name="clean-tomcat" depends="stop-tomcat">
<target name="clean-tomcat" depends="stop-tomcat,clean-awsapi-tomcat">
<delete dir="${tomcat.home}/webapps/client"/>
<delete dir="${tomcat.home}/webapps/bridge" />
<delete dir="${tomcat.home}/work/Catalina"/>