Browse Source

Documentation for the new <rmic> attributes.

Submitted by:	John Moore <JohnMoore@PDSI-Software.COM>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268270 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
968806bcc6
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      docs/index.html

+ 20
- 0
docs/index.html View File

@@ -3763,6 +3763,26 @@ supports all attributes of <code>&lt;fileset&gt;</code>
to rmic (default is false)</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">iiop</td>
<td valign="top">indates that portable (RMI/IIOP) stubs should be generated</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">iiopopts</td>
<td valign="top">additional arguments for IIOP class generation</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">idl</td>
<td valign="top">indates that IDL output files should be generated</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">idlopts</td>
<td valign="top">additional arguments for IDL file generation</td>
<td align="center" valign="top">No</td>
</tr>
</table>
<h3>Parameters specified as nested elements</h3>
<h4>classpath</h4>


Loading…
Cancel
Save