Update publish script to use Eclipse 4.2.2
diff --git a/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh b/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh
index 453a46b..3bdf514 100644
--- a/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh
+++ b/org.eclipse.gmf.notation.repository/gmf-notation-kepler-publish.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2012 IBM Corporation and others.
+# Copyright (c) 2012, 2013 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
@@ -136,8 +136,8 @@
 
 # Download and prepare Eclipse SDK, which is needed to merge update site and postprocess repository 
 echo "Downloading eclipse to $PWD"
-cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz .
-tar -xzf eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz
+cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz .
+tar -xzf eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz
 cd eclipse
 chmod 700 eclipse
 cd ..
@@ -151,7 +151,7 @@
 ./eclipse/eclipse -nosplash --launcher.suppressErrors -clean -debug -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/webtools/releng/repository/ -installIUs org.eclipse.wtp.releng.tools.feature.feature.group
 # Clean up
 echo "Cleaning up"
-rm eclipse-SDK-4.2.1-linux-gtk-x86_64.tar.gz
+rm eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz
 
 # Prepare local update site (merging is performed later, if required)
 cp -R $localUpdateSite/* update-site/