Skip to content

Commit

Permalink
LPS-129264 add a line break where order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 16, 2021
1 parent 85fa8d0 commit c92b92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ message.
</parallel>

<ant dir="portal-impl" inheritAll="false" target="compile" />

<ant dir="portal-test" inheritAll="false" target="compile" />

<print-current-time />
Expand Down Expand Up @@ -271,8 +272,8 @@ message.
<ant dir="util-taglib" inheritAll="false" target="deploy" />

<ant dir="portal-impl" inheritAll="false" target="deploy" />
<ant dir="portal-test" inheritAll="false" target="deploy" />

<ant dir="portal-test" inheritAll="false" target="deploy" />
<ant dir="portal-web" inheritAll="false" target="deploy" />

<antcall target="install-portal-snapshots" />
Expand Down

0 comments on commit c92b92d

Please sign in to comment.