conor 02/05/02 16:55:56
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH
BorlandEJBTasks.html ejb.html
Log:
Remove weblogic references in Borland EJB doco. Add link to
dtd section of main ejbjar task
PR: 8754
Revision Changes Path
No revision
No revision
1.6.2.1 +9 -5
jakarta-ant/docs/manual/OptionalTasks/BorlandEJBTasks.html
Index: BorlandEJBTasks.html
===================================================================
RCS file:
/home/cvs/jakarta-ant/docs/manual/OptionalTasks/BorlandEJBTasks.html,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -w -u -r1.6 -r1.6.2.1
--- BorlandEJBTasks.html 3 Feb 2002 22:09:08 -0000 1.6
+++ BorlandEJBTasks.html 2 May 2002 23:55:56 -0000 1.6.2.1
@@ -53,17 +53,21 @@
<tr>
<td valign="top" width="63">basdtd</td>
<td valign="top" width="915"><b>Deprecated</b>. Defines the location of
the
- weblogic-ejb-jar DTD which covers the Borland specific deployment
descriptors.
+ DTD which covers the Borland specific deployment descriptors.
This should not be necessary if you have borland in your classpath. If
you
- do not, you should use a nested <dtd> element, described
above</td>
+ do not, you should use a nested
+ <a href="ejb.html#ejbjar-dtd"><dtd></a> element, described
+ in the ejbjar task documentation.</td>
<td align="center" valign="middle" width="62">no</td>
</tr>
<tr>
<td valign="top" width="63">ejbdtd</td>
<td valign="top" width="915"><b>Deprecated</b>. Defines the location of
the
- ejb-jar DTD in the weblogic class hierarchy. This should not be
necessary
- if you have weblogic in your classpath. If you do not, you should use
a
- nested <dtd> element, described above. </td>
+ ejb-jar DTD in the class hierarchy. This should not be necessary
+ if you have borland in your classpath. If you do not, you should use a
+ nested <a href="ejb.html#ejbjar-dtd"><dtd></a> element,
+ described in the ejbjar task
+ documentation. </td>
<td align="center" valign="middle" width="62">no</td>
</tr>
<tr>
1.23.2.1 +2 -2 jakarta-ant/docs/manual/OptionalTasks/ejb.html
Index: ejb.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/ejb.html,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -w -u -r1.23 -r1.23.2.1
--- ejb.html 30 Apr 2002 14:40:04 -0000 1.23
+++ ejb.html 2 May 2002 23:55:56 -0000 1.23.2.1
@@ -22,7 +22,7 @@
</ul>
<p>Version @VERSION@<br>
-$Id: ejb.html,v 1.23 2002/04/30 14:40:04 conor Exp $
+$Id: ejb.html,v 1.23.2.1 2002/05/02 23:55:56 conor Exp $
</p>
<hr>
<h2>Table of Contents</h2>
@@ -776,7 +776,7 @@
to be set. It is useful when setting the classpath from a reference path. In
all
other respects the behaviour is the same as the classpath attribute.</p>
-<h4>dtd</h4>
+<a name="ejbjar-dtd"><h4>dtd</h4></a>
<p>The <dtd> element is used to specify the local location of DTDs to
be
used when parsing the EJB deployment descriptor. Using a local DTD is much
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>