hammant 2002/09/16 15:07:15
Modified: src/xdocs Tag: RELEASE_402-branch changes.xml
src/xdocs/stylesheets Tag: RELEASE_402-branch templates.vm
Log:
4.0 release info, velocity macro for changes fixed (by Peter D)
Revision Changes Path
No revision
No revision
1.16.2.8 +18 -2 jakarta-avalon-phoenix/src/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/src/xdocs/changes.xml,v
retrieving revision 1.16.2.7
retrieving revision 1.16.2.8
diff -u -r1.16.2.7 -r1.16.2.8
--- changes.xml 10 Sep 2002 10:09:39 -0000 1.16.2.7
+++ changes.xml 16 Sep 2002 22:07:15 -0000 1.16.2.8
@@ -16,7 +16,15 @@
<author name="Eung-ju Park" email="[EMAIL PROTECTED]" id="EP"/>
<author name="David W." email="[EMAIL PROTECTED]" id="DW"/>
</devs>
-<release version="4.0b" date="Unreleased">
+<release version="4.0" date="September 16, 2002">
+ <action dev="PD" type="add">
+ Small bug fixes. Some work on documentation.
+ </action>
+ <action dev="HR" type="add">
+ MX4J JMX Documentation.
+ </action>
+</release>
+<release version="4.0b2" date="August 26, 2002">
<action dev="DW" type="change">
Started creating a Administrators guide.
</action>
@@ -73,6 +81,14 @@
BeanShell debug tools for Kernel.
</action>
</release>
+<release version="4.0b" date="August 11, 2002">
+ <action dev="PD" type="add">
+ Added a monitor component that monitors the deployment directory.
+ The monitor will deploys any .sars that are added to directory,
undeploy
+ .sars that are removed from directory and redeploy .sars that are
+ modified.
+ </action>
+</release>
<release version="4.0a4" date="Unreleased">
<action dev="PR" type="add">
Added start of configuration validation framework
@@ -102,7 +118,7 @@
file.
</action>
<action dev="PD" type="add">
- Blocks no longre need to implement Block interface. Block interface
+ Blocks no longer need to implement Block interface. Block interface
is thus deprecated as is AbstractBlock. This was done to facilitate
sharing of components between multiple containers.
</action>
No revision
No revision
1.7.2.3 +2 -2 jakarta-avalon-phoenix/src/xdocs/stylesheets/templates.vm
Index: templates.vm
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/xdocs/stylesheets/templates.vm,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -r1.7.2.2 -r1.7.2.3
--- templates.vm 6 Sep 2002 23:33:59 -0000 1.7.2.2
+++ templates.vm 16 Sep 2002 22:07:15 -0000 1.7.2.3
@@ -343,7 +343,7 @@
#end
#macro (changes)
- #header
+ #header()
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
@@ -359,5 +359,5 @@
</blockquote>
</td></tr>
</table>
- #footer
+ #footer()
#end
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>