Browse Source

correct attribute name in icontract docs, PR13972

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273543 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
87c70578dc
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/icontract.html
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/IContract.java

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

@@ -50,7 +50,7 @@ Instruments Java classes with <a href="http://www.reliable-systems.com/tools/">i
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">repositorybuilddir</td>
<td valign="top">repbuilddir</td>
<td valign="top">Indicates where the compiled repository classes should go.
Defaults to the value of repositorydir.</td>
<td valign="top" align="center">No</td>
@@ -159,7 +159,7 @@ Instruments Java classes with <a href="http://www.reliable-systems.com/tools/">i
</pre>

<hr>
<p align="center">Copyright &copy; 2001 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
Reserved.</p>

</body>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/IContract.java View File

@@ -120,7 +120,7 @@ import org.apache.tools.ant.types.Reference;
* <td valign="top" align="center">No</td>
* </tr>
* <tr>
* <td valign="top">repositorybuilddir</td>
* <td valign="top">repbuilddir</td>
* <td valign="top">Indicates where the compiled repository classes should go.
* Defaults to the value of repositorydir.</td>
* <td valign="top" align="center">No</td>


Loading…
Cancel
Save