You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2002/08/13 19:11:20 UTC

cvs commit: jakarta-commons/xdocs components.xml digester.xml releases.xml

sanders     2002/08/13 10:11:20

  Modified:    beanutils STATUS.html
               digester STATUS.html
               docs     components.html digester.html releases.html
               xdocs    components.xml digester.xml releases.xml
  Log:
  updates to reflect digester's release
  
  Revision  Changes    Path
  1.7       +2 -8      jakarta-commons/beanutils/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/STATUS.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS.html	23 Jan 2002 22:32:53 -0000	1.6
  +++ STATUS.html	13 Aug 2002 17:11:19 -0000	1.7
  @@ -65,7 +65,7 @@
   <h3>3.  RELEASE INFO</h3>
   
   <p>Current Release:
  -<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.2/">Version 1.2</a></p>
  +<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.4/">Version 1.4</a></p>
   
   <p>Planned Next Release:  Real Soon Now :)  See the
   <a href="#Action Items">Action Items</a> list for tasks that need to be
  @@ -109,12 +109,6 @@
       <td><strong>Install / Use Documentation</strong>.  Create simple
           installation and User's Guide documentation for this component.</td>
       <td align="center">Craig</td>
  -  </tr>
  -
  -  <tr>
  -    <td><strong>Logging</strong>.  Use the commons-logging API to ease logging
  -        integration woes.</td>
  -    <td align="center">Scott</td>
     </tr>
   
   </table>
  
  
  
  1.5       +2 -2      jakarta-commons/digester/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/STATUS.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- STATUS.html	31 Jan 2002 20:25:11 -0000	1.4
  +++ STATUS.html	13 Aug 2002 17:11:19 -0000	1.5
  @@ -61,7 +61,7 @@
   <h3>3.  RELEASE INFO</h3>
   
   <p>Current Release:
  -<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/">Version 1.1.1</a></p>
  +<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/">Version 1.3</a></p>
   
   <p>Planned Next Release:  Real Soon Now :)  See the
   <a href="#Action Items">Action Items</a> list for tasks that need to be
  
  
  
  1.46      +1 -0      jakarta-commons/docs/components.html
  
  Index: components.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- components.html	13 Aug 2002 05:30:32 -0000	1.45
  +++ components.html	13 Aug 2002 17:11:19 -0000	1.46
  @@ -230,6 +230,7 @@
        <br />
        Releases:
        <ul>
  +       <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/">Release 1.3</a> - 13 Aug 2002</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/">Release 1.2</a> - 29 Apr 2002</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/">Release 1.1.1</a> - 16 Oct 2001</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1/">Release 1.1</a> - 22 Sep 2001</li>
  
  
  
  1.29      +1 -0      jakarta-commons/docs/digester.html
  
  Index: digester.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/digester.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- digester.html	13 Aug 2002 02:08:31 -0000	1.28
  +++ digester.html	13 Aug 2002 17:11:19 -0000	1.29
  @@ -201,6 +201,7 @@
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/">Version 1.0</a></li>
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/">Version 1.1.1</a></li>
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/">Version 1.2</a></li>
  +<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/">Version 1.3</a></li>
   </ul>
                               </blockquote>
           </p>
  
  
  
  1.35      +25 -1     jakarta-commons/docs/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- releases.html	13 Aug 2002 05:30:32 -0000	1.34
  +++ releases.html	13 Aug 2002 17:11:19 -0000	1.35
  @@ -260,7 +260,31 @@
             <li><code>xdocs/site/news.xml</code> - Create a news item that
                 describes the new release, and includes hyperlinks to the
                 release directory.</li>
  -          </ul><br /><br /></li>
  +          </ul>
  +          <ul>
  +            <li>Then run ant at the base to generate the new docs and commit the changes to jakarta-site2.
  +<pre>
  +ant
  +cvs commit -m "update to reflect release of commons-foo"
  +</pre></li>
  +            <li>If you have an account on daedalus, log in and update the web site:
  +<pre>
  +cd /www/jakarta.apache.org
  +cvs update index.html site
  +</pre></li>
  +<li>You can also update the API docs and Release notes link:
  +<pre>
  +cd /www/jakarta.apache.org/commons/foo
  +rm RELEASE-NOTES.txt
  +rm api
  +rm -rf commons-foo-1.1
  +tar zxf ../../builds/jakarta-commons/release/commons-foo/v1.2/commons-foo-1.2.tar.gz
  +ln -s commons-foo-1.2/RELEASE-NOTES.txt RELEASE-NOTES.txt
  +ln -s commons-foo-1.2/docs/api api
  +</pre></li>
  +          </ul>
  +          <br />
  +          </li>
   
         <li>Announce the availability of the new package on (at least) the
             following mailing lists:
  
  
  
  1.43      +1 -0      jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- components.xml	13 Aug 2002 05:30:32 -0000	1.42
  +++ components.xml	13 Aug 2002 17:11:20 -0000	1.43
  @@ -84,6 +84,7 @@
        <br/>
        Releases:
        <ul>
  +       <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/">Release 1.3</a> - 13 Aug 2002</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/">Release 1.2</a> - 29 Apr 2002</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/">Release 1.1.1</a> - 16 Oct 2001</li>
          <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1/">Release 1.1</a> - 22 Sep 2001</li>
  
  
  
  1.5       +1 -0      jakarta-commons/xdocs/digester.xml
  
  Index: digester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/digester.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- digester.xml	29 Apr 2002 22:34:11 -0000	1.4
  +++ digester.xml	13 Aug 2002 17:11:20 -0000	1.5
  @@ -56,6 +56,7 @@
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/">Version 1.0</a></li>
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.1.1/">Version 1.1.1</a></li>
   <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/">Version 1.2</a></li>
  +<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/">Version 1.3</a></li>
   </ul>
   
   </section>
  
  
  
  1.7       +25 -1     jakarta-commons/xdocs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/releases.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- releases.xml	13 Aug 2002 05:30:32 -0000	1.6
  +++ releases.xml	13 Aug 2002 17:11:20 -0000	1.7
  @@ -122,7 +122,31 @@
             <li><code>xdocs/site/news.xml</code> - Create a news item that
                 describes the new release, and includes hyperlinks to the
                 release directory.</li>
  -          </ul><br/><br/></li>
  +          </ul>
  +          <ul>
  +            <li>Then run ant at the base to generate the new docs and commit the changes to jakarta-site2.
  +<pre>
  +ant
  +cvs commit -m "update to reflect release of commons-foo"
  +</pre></li>
  +            <li>If you have an account on daedalus, log in and update the web site:
  +<pre>
  +cd /www/jakarta.apache.org
  +cvs update index.html site
  +</pre></li>
  +<li>You can also update the API docs and Release notes link:
  +<pre>
  +cd /www/jakarta.apache.org/commons/foo
  +rm RELEASE-NOTES.txt
  +rm api
  +rm -rf commons-foo-1.1
  +tar zxf ../../builds/jakarta-commons/release/commons-foo/v1.2/commons-foo-1.2.tar.gz
  +ln -s commons-foo-1.2/RELEASE-NOTES.txt RELEASE-NOTES.txt
  +ln -s commons-foo-1.2/docs/api api
  +</pre></li>
  +          </ul>
  +          <br/>
  +          </li>
   
         <li>Announce the availability of the new package on (at least) the
             following mailing lists:
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>