mirror of https://github.com/apache/cloudstack.git
build script change to clean-tomcat
This commit is contained in:
parent
74a152df8d
commit
e2f0a4d9fb
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue