aboutsummaryrefslogtreecommitdiff
path: root/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt')
-rw-r--r--basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt b/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt
new file mode 100644
index 0000000..760c397
--- /dev/null
+++ b/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/_README.txt
@@ -0,0 +1,15 @@
+UpdateBugStateTask is an ant task used for updating the status of 1 or
+more bugs that have been resolved with a particular build of any Eclipse
+project. It can also be used for updating a specified list of bugs which
+are all in a specific state.
+
+Before you can use this tool, you must run the UpdateBugStateTask.sh script
+to generate a Bugzilla login session. This should take less than a minute,
+and is a one time thing (although it is possible that the Bugzilla server
+will clear the stored sessions, in this case simply run the
+UpdateBugStateTask.sh script again).
+
+UpdateBugStateTask requires JDK 1.4 or greater.
+
+See the sample UpdateBugStateTask.xml build script for a full list and
+description of the task options.