mrdon 2003/12/22 13:52:50 Modified: . build.xml doc status.xml Log: Fixed typo Revision Changes Path 1.125 +8 -0 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- build.xml 27 Nov 2003 20:05:08 -0000 1.124 +++ build.xml 22 Dec 2003 21:52:50 -0000 1.125 @@ -250,6 +250,14 @@ </target> + <target name="changelog"> + <cvschangelog dir="." + destfile="changelog.xml" + start="30 Jun 2003" + end="25 Nov 2003"/> + </target> + + <!-- Create directories and copy files for the core struts library --> 1.55 +2 -2 jakarta-struts/doc/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/status.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- status.xml 20 Dec 2003 23:02:23 -0000 1.54 +++ status.xml 22 Dec 2003 21:52:50 -0000 1.55 @@ -192,7 +192,7 @@ <ul> <li>Consider new Request Processor, if available (which might be based on the Commons Chain of Responsiblity package)</li> - <li>Consider migration to an Action context (which also might be based no the Commons Chain + <li>Consider migration to an Action context (which also might be based on the Commons Chain of Responsiblity package)</li> <li>Consider enhanced support for other platforms (2.3/1.2) if this can be accomplished by specifying an alternate Request Processor</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]