|
|
@@ -24,7 +24,7 @@ attributes of zipfilesets in a Zip or Jar task.)</p> |
|
|
|
<td align="center" valign="top"><b>Required</b></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">earfile</td> |
|
|
|
<td valign="top">file</td> |
|
|
|
<td valign="top">the ear-file to create.</td> |
|
|
|
<td valign="top" align="center">Yes</td> |
|
|
|
</tr> |
|
|
@@ -112,7 +112,7 @@ fileset includes a file named <code>MANIFEST.MF</code>, the file is |
|
|
|
ignored and you will get a warning.</p> |
|
|
|
<h2>Example</h2> |
|
|
|
<pre> |
|
|
|
<ear earfile="${build.dir}/myapp.ear" appxml="${src.dir}/metadata/application.xml"> |
|
|
|
<ear file="${build.dir}/myapp.ear" appxml="${src.dir}/metadata/application.xml"> |
|
|
|
<fileset dir="${build.dir}" includes="*.jar,*.war"/> |
|
|
|
</ear> |
|
|
|
</pre> |
|
|
|