Howto make a new release in the alpha test phase

The MCC and GSS releases for alpha are currently located in the release folder for each project.

When making a release, ensure that changes in all projects is committed/update to/from svn.

In the project folder to release, run the ant zip target, which creates a zip file containing everything needed. Copy the file to the release directory, unzip (yes, overwrite), check whether everything works and commit. Whola, a new release...

In short (after update/commit):

ant zip
cp genso-*.zip release
cd release
unzip -o genso-*.zip
svn ci -m "We have a new release - wee"

Piece of cake...