Updated old publish script for luna
diff --git a/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh b/org.eclipse.gmf.notation.repository/gmf-notation-luna-publish.sh
similarity index 98%
rename from org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh
rename to org.eclipse.gmf.notation.repository/gmf-notation-luna-publish.sh
index d582ad2..87e761a 100644
--- a/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh
+++ b/org.eclipse.gmf.notation.repository/gmf-notation-luna-publish.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2012, 2013 IBM Corporation and others.
+# Copyright (c) 2012, 2014 IBM Corporation and others.
 # All rights reserved.   This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -106,7 +106,7 @@
 fi
 echo "Generating update-site and SDK drop files: $dropFiles"
 
-if [ -z "$dropFilesLabel" -a "$dropFiles" = y ]; then
+if [ -z "$dropFilesLabel" -a "$dropFiles" = y -a "$buildType" != i ]; then
 	echo -n "Please enter a drop files label to append to the version (e.g. M5, RC1) or leave empty to skip this [<empty>]:"
 	read dropFilesLabel
 fi