1UpdateBugStateTask is an ant task used for updating the status of 1 or 
2more bugs that have been resolved with a particular build of any Eclipse 
3project. It can also be used for updating a specified list of bugs which 
4are all in a specific state.
5
6Before you can use this tool, you must run the UpdateBugStateTask.sh script 
7to generate a Bugzilla login session. This should take less than a minute, 
8and is a one time thing (although it is possible that the Bugzilla server 
9will clear the stored sessions, in this case simply run the 
10UpdateBugStateTask.sh script again).
11
12UpdateBugStateTask requires JDK 1.4 or greater.
13
14See the sample UpdateBugStateTask.xml build script for a full list and 
15description of the task options.
16