metasim 00/12/19 13:02:23
Modified: src/antidote/docs design-overview.html gui-requirements.html
new-module-howto.html
Log:
Added UML diagrams for reference.
Revision Changes Path
1.4 +13 -0 jakarta-ant/src/antidote/docs/design-overview.html
Index: design-overview.html
===================================================================
RCS file: /home/cvs/jakarta-ant/src/antidote/docs/design-overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- design-overview.html 2000/12/19 03:50:07 1.3
+++ design-overview.html 2000/12/19 21:02:22 1.4
@@ -254,5 +254,18 @@
this support, no user visible strings should appear in the source
code itself.</P>
+ <H2>Other Resources</H2>
+
+ <P>Other information about development on Antidote:</P>
+ <UL>
+ <LI><A HREF="uml/index.html">Antidote UML Static Class
Diagrams</A></LI>
+ <LI><A HREF="gui-requirements.html">Antidote Feature Wishlist</A></LI>
+ <LI><A HREF="new-module-howto.html">Antidote Module HOWTO</A></LI>
+ </UL>
+
+ <HR>
+ <P ALIGN="center">Copyright © 2000 Apache Software Foundation. All
+ rights Reserved.</P>
+
</BODY>
</HTML>
1.3 +5 -0 jakarta-ant/src/antidote/docs/gui-requirements.html
Index: gui-requirements.html
===================================================================
RCS file: /home/cvs/jakarta-ant/src/antidote/docs/gui-requirements.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gui-requirements.html 2000/11/07 14:22:25 1.2
+++ gui-requirements.html 2000/12/19 21:02:22 1.3
@@ -241,5 +241,10 @@
<LI>Support auto-reparsing of contents and model update.</LI>
</OL>
</OL>
+
+ <HR>
+ <P ALIGN="center">Copyright © 2000 Apache Software Foundation. All
+ rights Reserved.</P>
+
</BODY>
</HTML>
1.2 +4 -0 jakarta-ant/src/antidote/docs/new-module-howto.html
Index: new-module-howto.html
===================================================================
RCS file: /home/cvs/jakarta-ant/src/antidote/docs/new-module-howto.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- new-module-howto.html 2000/12/19 03:55:07 1.1
+++ new-module-howto.html 2000/12/19 21:02:22 1.2
@@ -77,5 +77,9 @@
examples that use the various facilities of the Antidote
framework.</P>
+ <HR>
+ <P ALIGN="center">Copyright © 2000 Apache Software Foundation. All
+ rights Reserved.</P>
+
</BODY>
</HTML>