Revert "Run Documentation formatting in parallel"

This reverts commit db4e14f1a8.
Running AsciiDoc in parallel swamps some hardware, and there
is no portable way to get the number of available cores.

Since it is apparent the contributors want to keep using
Maven, lets just go with correct and slow.

Change-Id: I71c2c902dc1553b0316c21aaf48b481ffe0aaec6
This commit is contained in:
Shawn Pearce
2013-05-06 21:28:39 +00:00
committed by Gerrit Code Review
parent db4e14f1a8
commit 5ee934dfeb

View File

@@ -251,7 +251,6 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
<arg value="-j8" />
</exec>
<mkdir dir="${dst}" />
@@ -279,7 +278,6 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
<arg value="-j8" />
</exec>
<mkdir dir="${dst}" />