Skip to content

Commit

Permalink
LPS-157121 Fix ant clean race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed Jun 28, 2022
1 parent 8e92c80 commit 27875fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
dir="${app.server.bin.dir}"
includes="*.log*"
/>
<fileset
dir="${app.server.classes.portal.dir}"
includes="portal-*.properties,system-*.properties"
/>
<fileset
dir="${app.server.deploy.dir}"
includes="*-ext/**,*-ext.war/**,*-hook/**,*-hook.war/**,*-layouttpl/**,*-layouttpl.war/**,*-portlet/**,*-portlet.war/**,*-theme/**,*-theme.war/**,*-web/**,*-web.war/**"
Expand Down Expand Up @@ -64,6 +60,10 @@
</then>
<else>
<delete failonerror="false">
<fileset
dir="${app.server.classes.portal.dir}"
includes="portal-*.properties,system-*.properties"
/>
<fileset
dir="${app.server.shielded-container-lib.portal.dir}"
excludes="${jdbc.drivers}"
Expand Down

0 comments on commit 27875fc

Please sign in to comment.