Browse Source

Add link from <support> to <fileset>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273467 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
fdc4776b0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/ejb.html

+ 1
- 1
docs/manual/OptionalTasks/ejb.html View File

@@ -827,7 +827,7 @@ requiring the vendor classes in the classpath, you would need to use a

<p>The &lt;support&gt; nested element is used to supply additional classes
(files) to be included in the generated jars. The &lt;support&gt; element is a
FileSet, so it can either reference a fileset declared elsewhere or it can be
<a href="../CoreTypes/fileset.html">FileSet</a>, so it can either reference a fileset declared elsewhere or it can be
defined in-place with the appropriate &lt;include&gt; and &lt;exclude&gt; nested
elements. The files in the support fileset are added into the generated EJB jar
in the same relative location as their location within the support fileset. Note


Loading…
Cancel
Save