Skip to content

Commit

Permalink
LPS-55630 Regroup parallel compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed May 15, 2015
1 parent 80770bc commit 0ec4285
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,12 @@
<ant dir="util-bridges" target="compile" inheritAll="false" />
<ant dir="util-java" target="compile" inheritAll="false" />
<ant dir="util-slf4j" target="compile" inheritAll="false" />
<ant dir="portal-test" target="compile" inheritAll="false" />
</parallel>

<ant dir="util-taglib" target="compile" inheritAll="false" />

<parallel failonany="true" threadcount="${parallel.thread.count}">
<ant dir="util-taglib" target="compile" inheritAll="false" />
<ant dir="portal-impl" target="compile" inheritAll="false" />
<ant dir="portal-test" target="compile" inheritAll="false" />
</parallel>

<parallel failonany="true" threadcount="${parallel.thread.count}">
Expand Down

0 comments on commit 0ec4285

Please sign in to comment.