mirror of https://github.com/apache/cloudstack.git
correctly removing awsapi when clean-tomcat
Conflicts: build/developer.xml
This commit is contained in:
parent
5045356e7f
commit
10cde8ed95
|
|
@ -126,6 +126,7 @@
|
|||
|
||||
<target name="clean-tomcat" depends="stop-tomcat">
|
||||
<delete dir="${tomcat.home}/webapps/client"/>
|
||||
<delete dir="${tomcat.home}/webapps/awsapi" />
|
||||
<delete dir="${tomcat.home}/work/Catalina"/>
|
||||
<delete dir="${tomcat.home}/temp" />
|
||||
<delete dir="${tomcat.home}/logs" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue