Browse Source

Fixed jpcovmerge example. It was incorrectly using jpcovreport instead of jpcovmerge

Reported by: scottstirling@rcn.com (Scott Stirling)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270253 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
65cff2412c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/jpcoverage.html

+ 2
- 2
docs/manual/OptionalTasks/jpcoverage.html View File

@@ -352,11 +352,11 @@ element.

<h3>Example of merge</h3>
<blockquote>
<pre>&lt;jpcovreport home=&quot;c:\jprobe&quot; tofile=&quot;merge.jpc&quot; verbose=&quot;true&quot;&gt;
<pre>&lt;jpcovmerge home=&quot;c:\jprobe&quot; tofile=&quot;merge.jpc&quot; verbose=&quot;true&quot;&gt;
&lt;fileset dir=&quot;./snapshots&quot;&gt;
&lt;include name=&quot;snap*.jpc&quot;/&gt;
&lt;/fileset&gt;
&lt;/jpcovreport&gt;
&lt;/jpcovmerge&gt;
</pre>
</blockquote>
<p>


Loading…
Cancel
Save