Skip to content

Commit

Permalink
Add api documentation to clean target to rebuild on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Nov 13, 2022
1 parent 6569739 commit c262b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ant-util/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<delete dir="${web.lib.dir}" />
<echo>Cleaning build and classes directories: ${basedir}/${classes.dir}</echo>
<delete dir="${build.dir}"/>
<delete dir="${api.dir}" />
<delete includeemptydirs="true">
<fileset dir="${classes.dir}" includes="**/*"/>
</delete>
Expand Down

0 comments on commit c262b2b

Please sign in to comment.