Exclude current bundle version timestamp of v200906111204 and v200906090452 in list of plugins with potential version issue
diff --git a/plugins/org.eclipse.datatools.releng.builder/extras/CheckDTP_PotentialVersionIssue.sh b/plugins/org.eclipse.datatools.releng.builder/extras/CheckDTP_PotentialVersionIssue.sh
index 2b89e8c..8844a9d 100755
--- a/plugins/org.eclipse.datatools.releng.builder/extras/CheckDTP_PotentialVersionIssue.sh
+++ b/plugins/org.eclipse.datatools.releng.builder/extras/CheckDTP_PotentialVersionIssue.sh
@@ -51,9 +51,9 @@
echo "$PluginName: no change since last release"
echo "$PluginName" >> nochange.txt
elif [ "$MajorVersion" = "$MajorVersion2" ]; then
- #Exclude current bundle version timestamp of v20110722 and v201109022331 in list of plugins with potential version issue
+ #Exclude current bundle version timestamp of v20110722 and v201109022331,v200906111204,v200906090452 in list of plugins with potential version issue
#This seems to be the changes made to "rename .cvsignore to .gitignore" on 7/22 when we first migrated to Git
- if ( echo "$TimeStamp2" | grep v20110722 >/dev/null ) || ( echo "$TimeStamp2" | grep v201109022331 >/dev/null ); then
+ if ( echo "$TimeStamp2" | grep v20110722 >/dev/null ) || ( echo "$TimeStamp2" | grep v201109022331 >/dev/null ) || ( echo "$TimeStamp2" | grep v200906111204 >/dev/null ) || ( echo "$TimeStamp2" | grep v200906090452 >/dev/null ); then
echo "$PluginName: Exclude in list of plugins with potential version issue"
echo "$PluginName" >> excludechange.txt
echo "Last_Release_Version: $MajorVersion.$TimeStamp" >> excludechange.txt