hammant 02/04/08 13:24:57
Modified: altrmi build.xml
altrmi/src/xdocs book.xml pingers.xml
Log:
xdocs contains links to api docs now.
Revision Changes Path
1.10 +3 -1 jakarta-avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 8 Apr 2002 12:15:40 -0000 1.9
+++ build.xml 8 Apr 2002 20:24:57 -0000 1.10
@@ -371,7 +371,9 @@
</copy>
<!-- hack for stupid transport on api link -->
- <replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
+ <replace dir="${docs.dir}" token="[EMAIL PROTECTED]" value="html">
+ <include name="*.html"/>
+ </replace>
</target>
1.5 +1 -1 jakarta-avalon-excalibur/altrmi/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- book.xml 7 Apr 2002 10:20:15 -0000 1.4
+++ book.xml 8 Apr 2002 20:24:57 -0000 1.5
@@ -11,7 +11,7 @@
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" id="ExcaliburHome" label="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon/apps"/>
- <menu-item label="API Docs" href="api/index.html"/>
+ <menu-item label="API Docs" href="api/[EMAIL PROTECTED]"/>
<menu-item label="Other Features" href="otherfeatures.html"/>
<menu-item label="Transports" href="transports.html"/>
1.2 +10 -4 jakarta-avalon-excalibur/altrmi/src/xdocs/pingers.xml
Index: pingers.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/pingers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pingers.xml 3 Apr 2002 21:46:33 -0000 1.1
+++ pingers.xml 8 Apr 2002 20:24:57 -0000 1.2
@@ -14,11 +14,17 @@
<p>
Although it may not be necessary for all types of transport,
there is a mechanism called a pinger that can be used to keep alive
- the connection. It is possible to write your own or extend the
exiting
- ones if there are different requirements. Pingers run on the client
side.
+ the connection. Pingers run on the client side.
</p>
</s1>
- <s1 title="Pinger types">
+ <s1 title="Pinger Interface">
+ <p>
+ It is possible to write your own or extend the exiting
+ ones if there are different requirements. The interface for bespoke
pingers
+ is <link href="api/org/apache/excalibur/altrmi/client/[EMAIL
PROTECTED]">here</link>
+ </p>
+ </s1>
+ <s1 title="Pinger types">
<p>
Here are the types of pinger implemented so far
</p>
@@ -42,7 +48,7 @@
<footer>
<legal>
Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision: 1.1 $ $Date: 2002/04/03 21:46:33 $
+ $Revision: 1.2 $ $Date: 2002/04/08 20:24:57 $
</legal>
</footer>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>