Update the GMF Runtime HIPP publish script to all M builds
diff --git a/org.eclipse.gmf.runtime.repository/gmf-runtime-hipp-publish.sh b/org.eclipse.gmf.runtime.repository/gmf-runtime-hipp-publish.sh
index d102e15..afab1aa 100644
--- a/org.eclipse.gmf.runtime.repository/gmf-runtime-hipp-publish.sh
+++ b/org.eclipse.gmf.runtime.repository/gmf-runtime-hipp-publish.sh
@@ -65,8 +65,8 @@
remoteUpdateSite="/home/data/httpd/download.eclipse.org/$remoteUpdateSiteBase"
echo "`date +%Y-%m-%d-%H:%M:%S` Publishing to remote update-site: $remoteUpdateSite"
-if [ -z "$dropFilesLabel" -a "$buildType" != i ]; then
- echo "Please provide a drop files label to append to the version (e.g. M5, RC1) if this is not an I build."
+if [ -z "$dropFilesLabel" -a "$buildType" != i -a "$buildType" != i -a "$buildType" != m -a "$buildType" != m ]; then
+ echo "Please provide a drop files label to append to the version (e.g. M5, RC1) if this is not an I or M build."
exit 0
fi