donaldp 2002/06/19 17:18:02
Modified: site/src/xdocs extending.xml
Log:
Fix up end tags for <a/>
Revision Changes Path
1.2 +2 -2 jakarta-ant-myrmidon/site/src/xdocs/extending.xml
Index: extending.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/src/xdocs/extending.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extending.xml 20 Jun 2002 00:16:00 -0000 1.1
+++ extending.xml 20 Jun 2002 00:18:02 -0000 1.2
@@ -21,11 +21,11 @@
in mind. There are three main elements that must be understood
when
customizing ant; roles, types and services.</p>
- <p><a href="types.xml#roles">Roles</p> can be thought of as java
+ <p><a href="types.xml#roles">Roles</a> can be thought of as java
interfaces with associated meta-info. They define an interface
or
contract via which types interact.</p>
- <p><a href="types.xml#types">Types</p> can be thought of as
+ <p><a href="types.xml#types">Types</a> can be thought of as
implementations of roles. Usually they corespond to java classes
that implement the java interface associated with one or more
roles.</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>