bloritsch    01/09/11 11:08:55

  Modified:    docs/site binindex.html news.html sourceindex.html
               xdocs/site binindex.xml news.xml sourceindex.xml
  Log:
  Update to notify of Excalibur release
  
  Revision  Changes    Path
  1.91      +1 -1      jakarta-site2/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- binindex.html     2001/09/10 11:19:36     1.90
  +++ binindex.html     2001/09/11 18:08:54     1.91
  @@ -179,6 +179,7 @@
                                                   <ul>
   <li><a href="/builds/jakarta-ant/release/v1.4/bin/">Ant 1.4</a></li>
   <li><a href="/builds/jakarta-avalon/release/framework/v4.0">Avalon Framework 
4.0</a></li>
  +<li><a href="/builds/jakarta-avalon/release/excalibur/v4.0">Avalon Excalibur 
4.0</a></li>
   <li><a href="/builds/jakarta-commons/release/commons-cactus/v1.1/">Cactus v1.1 
(Jakarta Commons)</a></li>
   <li><a href="/builds/jakarta-ecs/release/v1.4.1/">ECS 1.4.1</a></li>
   <li><a href="/builds/jakarta-james/release/v1.2.1">James 1.2.1</a></li>
  @@ -196,7 +197,6 @@
   Milestone Builds
   </h2>
                                                   <ul>
  -<li><a href="/builds/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.0 
beta 4</a></li>
   <li><a href="/builds/jakarta-avalon/release/logkit/latest/">LogKit 1.0 beta 
4</a></li>
   <li><a href="/builds/jakarta-tomcat/release/v3.3-b2/bin/">Tomcat 3.3
   Beta 2</a></li>
  
  
  
  1.90      +25 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- news.html 2001/09/10 06:25:56     1.89
  +++ news.html 2001/09/11 18:08:54     1.90
  @@ -133,7 +133,31 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>9 September 2001 - Tomcat 4.0-rc1 
Released</h3>
  +                                    <h3>11 September 2001 - Avalon Excalibur 4.0 
Final Released</h3>
  +                                                <p>The Avalon team is proud to 
announce the 4.0 final release
  +of the Avalon Excalibur.</p>
  +                                                <p>
  +<b>About Avalon:</b>
  +      The Avalon project is Apache's Java Server Framework. It is
  +      separated into five sub projects: Framework, Excalibur, LogKit,
  +      Cornerstone, and Phoenix. Its purpose is to simplify
  +      server side programming for Java based projects.  It
  +      formalizes serveral best of breed practices and patterns for
  +      server side programming.
  +    <p>For more information about Avalon, please go to
  +    <a 
href="http://jakarta.apache.org/avalon";>http://jakarta.apache.org/avalon</a>.</p>
  +</p>
  +                                                <p>
  +<b>About Avalon Excalibur 4.0:</b>
  +      Avalon Excalibur contains several premade Avalon Components
  +      and utilities to make your server side programming easier.
  +      There are several pool implementations, Component management
  +      implementations, and database management implementations.
  +    <p>For more information about Avalon Excalibur 4.0, please go to
  +    <a 
href="http://jakarta.apache.org/avalon/excalibur";>http://jakarta.apache.org/avalon/excalibur</a>.</p>
  +</p>
  +                                                <hr size="1" noshade="" />
  +                                                <h3>9 September 2001 - Tomcat 
4.0-rc1 Released</h3>
                                                   <p>The first <strong>Release 
Candidate</strong> for Tomcat 4.0 is now
   available.  Only serious problems will be fixed between now and final
   release of Tomcat 4.0, which is currently scheduled for
  
  
  
  1.65      +1 -1      jakarta-site2/docs/site/sourceindex.html
  
  Index: sourceindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- sourceindex.html  2001/09/10 11:19:36     1.64
  +++ sourceindex.html  2001/09/11 18:08:54     1.65
  @@ -180,6 +180,7 @@
   <li><a href="/builds/ant/release/v1.4/src/">Ant
   1.4</a> is the latest release of the Ant Subproject.</li>
   <li><a href="/builds/jakarta-avalon/release/framework/v4.0/">Avalon Framework 
4.0</a> is the latest release of the Avalon Framework</li>
  +<li><a href="/builds/jakarta-avalon/release/excalibur/v4.0/">Avalon Excalibur 
4.0</a> is the latest release of Avalon Excalibur</li>
   <li><a href="/builds/jakarta-jmeter/release/v1.5/">JMeter 1.5.1</a> (binaries and 
source together...)</li>
   <li><a href="/builds/jakarta-struts/release/v1.0/src/">Struts 1.0</a>
   is the latest release of the Struts Framework project.</li>
  @@ -192,7 +193,6 @@
   Milestone Builds
   </h2>
                                                   <ul>
  -<li><a href="/builds/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.0 
beta 4</a></li>
   <li><a href="/builds/jakarta-avalon/release/logkit/latest/">Avalon LogKit 1.0 beta 
4</a></li>
   <li><a href="/builds/jakarta-tomcat/release/v3.3-b2/src/">Tomcat 3.3
   Beta 2</a></li>
  
  
  
  1.75      +1 -1      jakarta-site2/xdocs/site/binindex.xml
  
  Index: binindex.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/binindex.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- binindex.xml      2001/09/10 11:19:36     1.74
  +++ binindex.xml      2001/09/11 18:08:55     1.75
  @@ -66,6 +66,7 @@
   <ul>
   <li><a href="/builds/jakarta-ant/release/v1.4/bin/">Ant 1.4</a></li>
   <li><a href="/builds/jakarta-avalon/release/framework/v4.0">Avalon Framework 
4.0</a></li>
  +<li><a href="/builds/jakarta-avalon/release/excalibur/v4.0">Avalon Excalibur 
4.0</a></li>
   <li><a href="/builds/jakarta-commons/release/commons-cactus/v1.1/">Cactus v1.1 
(Jakarta Commons)</a></li>
   <li><a href="/builds/jakarta-ecs/release/v1.4.1/">ECS 1.4.1</a></li>
   <li><a href="/builds/jakarta-james/release/v1.2.1">James 1.2.1</a></li>
  @@ -85,7 +86,6 @@
   </h2>
   
   <ul>
  -<li><a href="/builds/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.0 
beta 4</a></li>
   <li><a href="/builds/jakarta-avalon/release/logkit/latest/">LogKit 1.0 beta 
4</a></li>
   <li><a href="/builds/jakarta-tomcat/release/v3.3-b2/bin/">Tomcat 3.3
   Beta 2</a></li>
  
  
  
  1.74      +24 -0     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- news.xml  2001/09/10 06:25:56     1.73
  +++ news.xml  2001/09/11 18:08:55     1.74
  @@ -10,6 +10,30 @@
   <body>
   
   <section name="News &amp; Status">
  +<h3>11 September 2001 - Avalon Excalibur 4.0 Final Released</h3>
  +<p>The Avalon team is proud to announce the 4.0 final release
  +of the Avalon Excalibur.</p>
  +<p>
  +<b>About Avalon:</b>
  +      The Avalon project is Apache's Java Server Framework. It is
  +      separated into five sub projects: Framework, Excalibur, LogKit,
  +      Cornerstone, and Phoenix. Its purpose is to simplify
  +      server side programming for Java based projects.  It
  +      formalizes serveral best of breed practices and patterns for
  +      server side programming.
  +    <p>For more information about Avalon, please go to
  +    <a 
href="http://jakarta.apache.org/avalon";>http://jakarta.apache.org/avalon</a>.</p>
  +</p>
  +<p>
  +<b>About Avalon Excalibur 4.0:</b>
  +      Avalon Excalibur contains several premade Avalon Components
  +      and utilities to make your server side programming easier.
  +      There are several pool implementations, Component management
  +      implementations, and database management implementations.
  +    <p>For more information about Avalon Excalibur 4.0, please go to
  +    <a 
href="http://jakarta.apache.org/avalon/excalibur";>http://jakarta.apache.org/avalon/excalibur</a>.</p>
  +</p>
  +<hr size="1" noshade=""/>
   
   <h3>9 September 2001 - Tomcat 4.0-rc1 Released</h3>
   
  
  
  
  1.45      +1 -1      jakarta-site2/xdocs/site/sourceindex.xml
  
  Index: sourceindex.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/sourceindex.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- sourceindex.xml   2001/09/10 11:19:36     1.44
  +++ sourceindex.xml   2001/09/11 18:08:55     1.45
  @@ -66,6 +66,7 @@
   <li><a href="/builds/ant/release/v1.4/src/">Ant
   1.4</a> is the latest release of the Ant Subproject.</li>
   <li><a href="/builds/jakarta-avalon/release/framework/v4.0/">Avalon Framework 
4.0</a> is the latest release of the Avalon Framework</li>
  +<li><a href="/builds/jakarta-avalon/release/excalibur/v4.0/">Avalon Excalibur 
4.0</a> is the latest release of Avalon Excalibur</li>
   <li><a href="/builds/jakarta-jmeter/release/v1.5/">JMeter 1.5.1</a> (binaries and 
source together...)</li>
   <li><a href="/builds/jakarta-struts/release/v1.0/src/">Struts 1.0</a>
   is the latest release of the Struts Framework project.</li>
  @@ -80,7 +81,6 @@
   </h2>
   
   <ul>
  -<li><a href="/builds/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.0 
beta 4</a></li>
   <li><a href="/builds/jakarta-avalon/release/logkit/latest/">Avalon LogKit 1.0 beta 
4</a></li>
   <li><a href="/builds/jakarta-tomcat/release/v3.3-b2/src/">Tomcat 3.3
   Beta 2</a></li>
  
  
  

Reply via email to