From 7486e185ca119c3aa9dece17c529efb5a91fec6e Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Tue, 16 Mar 2010 01:38:15 +0000
Subject: [PATCH] Release towards 3.2m6
---
releng/org.eclipse.rse.build/template/buildNotes.php | 2 +-
releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index eee94d6efda..cd3dde475a9 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -52,7 +52,7 @@
[287185].
-
At least 28 bugs were resolved: Use
+At least 32 bugs were resolved: Use
this query to show the list of bugs fixed since
diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh
index 9e2cc52c051..0f6a90298ed 100755
--- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh
+++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh
@@ -73,7 +73,7 @@ if [ ${TYPE} = test ]; then
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
# Minor/major version updates are not allowed.
# Update of "qualifier" requires also updating "micro"
- echo "VERIFYING VERSION CORRECTNESS: Features"
+ echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.1"
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
ls ../updates/3.1/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
diff f2.$$.txt f1.$$.txt | grep '^[>]' \
@@ -94,7 +94,7 @@ if [ ${TYPE} = test ]; then
echo "PROBLEM: MAJOR update or NEW : ${f}"
fi
done
- echo "VERIFYING VERSION CORRECTNESS: Plugins"
+ echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.1"
ls plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p1.$$.txt
ls ../updates/3.1/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt
diff p2.$$.txt p1.$$.txt | grep '^[>]' \