Bug 322416 -  e4 0.11/4.1 builds broken
Try a change in the 1.4.2 SDK
diff --git a/org.eclipse.e4.builder/scripts/masterBuild.sh b/org.eclipse.e4.builder/scripts/masterBuild.sh
index a21687f..22c9927 100755
--- a/org.eclipse.e4.builder/scripts/masterBuild.sh
+++ b/org.eclipse.e4.builder/scripts/masterBuild.sh
@@ -398,9 +398,9 @@
 if [ ! -z "$publishDir" ]; then
     echo Publishing  $buildResults to "$publishDir"
     scp -r $buildResults "$publishDir"
-    rsync --recursive --delete ${targetDir}/updates/0.11-I-Builds \
+    rsync --recursive --delete ${targetDir}/updates/0.11-I-builds \
       "${publishUpdates}"
-    sendMail
+    #sendMail
     sleep 60
     wget -O index.txt http://download.eclipse.org/e4/downloads/createIndex.php
     scp index.txt "$publishIndex"/index.html
diff --git a/org.eclipse.e4.builder/scripts/publish.sh b/org.eclipse.e4.builder/scripts/publish.sh
index c4107a6..094c099 100755
--- a/org.eclipse.e4.builder/scripts/publish.sh
+++ b/org.eclipse.e4.builder/scripts/publish.sh
@@ -68,12 +68,12 @@
 
 echo Done $buildId
 
-    mailx -s "4.1 short SDK Build: $buildId" e4-dev@eclipse.org <<EOF
-
-The 4.1 SDK build:
-http://download.eclipse.org/e4/sdk/drops/$buildId
-
-EOF
+#    mailx -s "4.1 short SDK Build: $buildId" e4-dev@eclipse.org <<EOF
+#
+#The 4.1 SDK build:
+#http://download.eclipse.org/e4/sdk/drops/$buildId
+#
+#EOF
 
 }
 
diff --git a/org.eclipse.e4.builder/scripts/publishLong.sh b/org.eclipse.e4.builder/scripts/publishLong.sh
index 3ee602d..d5c18ea 100755
--- a/org.eclipse.e4.builder/scripts/publishLong.sh
+++ b/org.eclipse.e4.builder/scripts/publishLong.sh
@@ -68,12 +68,12 @@
 
 echo Done $buildId
 
-    mailx -s "4.1 SDK Build: $buildId" e4-dev@eclipse.org <<EOF
-
-The 4.1 SDK build:
-http://download.eclipse.org/e4/sdk/drops/$buildId
-
-EOF
+#    mailx -s "4.1 SDK Build: $buildId" e4-dev@eclipse.org <<EOF
+#
+#The 4.1 SDK build:
+#http://download.eclipse.org/e4/sdk/drops/$buildId
+#
+#EOF
 
 }