From fdc4776b0ecef7fe5b20149a6c606b1cc70ba0d3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 25 Oct 2002 07:41:15 +0000 Subject: [PATCH] Add link from to git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273467 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/ejb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index a85653f80..fbb209dac 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -827,7 +827,7 @@ requiring the vendor classes in the classpath, you would need to use a

The <support> nested element is used to supply additional classes (files) to be included in the generated jars. The <support> element is a -FileSet, so it can either reference a fileset declared elsewhere or it can be +FileSet, so it can either reference a fileset declared elsewhere or it can be defined in-place with the appropriate <include> and <exclude> 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