From 0878d7d563c584ce9b05b9da1e0849854514df4d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 12 Sep 2007 21:19:02 +0000 Subject: [PATCH] Changed release notes to include deployment in tomcat *and* Jetty (after jstl issues with tutorial). --- releasebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasebuild.sh b/releasebuild.sh index 0eb96ab4f6..1c51026586 100644 --- a/releasebuild.sh +++ b/releasebuild.sh @@ -16,7 +16,7 @@ # 7. The archives are tar archives. Create zip versions from the contents and check the internal paths are Ok. # 8. Check the site looks Ok. # 9. Check the reference guide links in the site are valid and that images are shown and paths in HTML are relative. -# 10. Deploy the contacts and tutorial sample apps in a web container and check they work. +# 10. Deploy the contacts and tutorial sample apps in Jetty and Tomcat and check they work. # 11. Check there have been no further commits since checkout (svn update). If there have, go to 1. # 12. Commit the source with the changed version numbers and note the revision number (should be 'build revision' + 1). # 13. Update the pom file versions to the appropriate snapshot version, do a grep to make sure none have been missed