antoine 2004/02/20 00:07:11 Modified: docs license.html docs/projects/antidote design.html xdocs license.xml xdocs/projects/antidote design.xml Log: Set the author of the license to The Apache Software Foundation Fix the case of the tt element in the antidote docu Revision Changes Path 1.25 +1 -1 ant/docs/license.html Index: license.html =================================================================== RCS file: /home/cvs/ant/docs/license.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- license.html 20 Feb 2004 01:22:28 -0000 1.24 +++ license.html 20 Feb 2004 08:07:10 -0000 1.25 @@ -7,7 +7,7 @@ <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Apache Ant - License</title> <link type="text/css" href="./page.css" rel="stylesheet"> - <meta name="author" content="Apache Ant PMC"> + <meta name="author" content="The Apache Software Foundation"> <meta name="email" content=""> </head> 1.16 +1 -1 ant/docs/projects/antidote/design.html Index: design.html =================================================================== RCS file: /home/cvs/ant/docs/projects/antidote/design.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- design.html 7 Jan 2004 07:27:59 -0000 1.15 +++ design.html 20 Feb 2004 08:07:11 -0000 1.16 @@ -179,7 +179,7 @@ | | | | | | | | +---------------+ +----------------+ +-------------+ +--------------+ </pre> - <p>The backbone of the application is the <TT>EventBus</TT>. Any + <p>The backbone of the application is the <code>EventBus</code>. Any component of the application can post events to the <code>EventBus</code>. Components that wish to receive events are called <code>BusMember</code>s. 1.6 +1 -1 ant/xdocs/license.xml Index: license.xml =================================================================== RCS file: /home/cvs/ant/xdocs/license.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- license.xml 20 Feb 2004 01:22:27 -0000 1.5 +++ license.xml 20 Feb 2004 08:07:11 -0000 1.6 @@ -18,7 +18,7 @@ <properties> <title>License</title> - <author email="">Apache Ant PMC</author> + <author email="">The Apache Software Foundation</author> </properties> <body> 1.5 +1 -1 ant/xdocs/projects/antidote/design.xml Index: design.xml =================================================================== RCS file: /home/cvs/ant/xdocs/projects/antidote/design.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- design.xml 16 Feb 2004 16:42:01 -0000 1.4 +++ design.xml 20 Feb 2004 08:07:11 -0000 1.5 @@ -87,7 +87,7 @@ | | | | | | | |<br/> +---------------+ +----------------+ +-------------+ +--------------+ </source> - <p>The backbone of the application is the <TT>EventBus</TT>. Any + <p>The backbone of the application is the <code>EventBus</code>. Any component of the application can post events to the <code>EventBus</code>. Components that wish to receive events are called <code>BusMember</code>s.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]