You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/09 12:50:38 UTC

svn commit: rev 54155 - forrest/trunk/etc

Author: crossley
Date: Sat Oct  9 03:50:37 2004
New Revision: 54155

Modified:
   forrest/trunk/etc/RELEASE_PROCESS.txt
Log:
Minor text tweaks.
Remember to use the lowest Java version.


Modified: forrest/trunk/etc/RELEASE_PROCESS.txt
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt	(original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt	Sat Oct  9 03:50:37 2004
@@ -20,14 +20,14 @@
 Building the distribution
 -------------------------
 
- - Edit module.xml and replace the '-dev' text with '':
+ - Edit module.xml and replace the '-dev' text with '' i.e. nothing:
     ...
     <project name="xml-forrest">
         <version fix="0" major="0" minor="6" tag="-dev"/>
 
- - Edit status.xml, remove the -dev from the current <release> tag, and set the
-   date.  Also add a new <release> for development on the next version  e.g.
-   from:
+ - Edit status.xml, remove the -dev from the current <release> tag,
+   and set the release date.  Also add a new <release> for development
+   on the next version  e.g. from:
 
     <release version="0.6-dev" date="unreleased">
       ...
@@ -40,8 +40,12 @@
       ...
 
  - Edit src/core/forrest.build.xml to update the version tag to remove
-   the "-dev" which is embedded in the Ant script:
+   the "-dev". there are two occurences:
+   around line 29:
+   <property name="version" value="0.6-dev"/>  
 
+    around line 52:
+    <description>
     |                 Forrest Site Builder                  |
     |                        0.6-dev                        |
                                 ^^^^
@@ -56,6 +60,8 @@
  - Check out a fresh copy from SVN to make sure you have no local modifications,
    especially those that might be hidden by svn:ignore settings.
 
+ - Set your Java version to be the lowest specified of our supported versions.
+
  - Run 'build release-dist' to generate the distributions.
    - Two archives are created: apache-forrest-X.Y.tar.gz apache-forrest-X.Y.zip
 
@@ -115,6 +121,7 @@
      !! Always refer them to the mirror facility
      !! Never mention the URL www.apache.org/ dist/ in email.
    Use the template at etc/announcement.txt
+   Use your spelling checker!
    
 See previous announcements:
 0.2   http://marc.theaimsgroup.com/?l=xml-apache-announce&m=103746673310573