Skip to content

Commit

Permalink
CLDSVCS-4122 LCS
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed Jun 29, 2020
1 parent 3ad24be commit 28f02e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
-e '!portal-impl/src/portal-*.properties' \
-e '!portal-impl/src/system-*.properties' \
\
-e '!modules/.releng/dxp/apps/lcs' \
-e '!modules/dxp/apps/lcs' \
\
-X .

#
Expand Down
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,9 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
/>
</delete>

<delete dir="${project.dir}/modules/.releng/dxp/apps/lcs" failonerror="false" />
<delete dir="${project.dir}/modules/dxp/apps/lcs" failonerror="false" />

<update-gradle-properties />

<if>
Expand Down

0 comments on commit 28f02e7

Please sign in to comment.