Updated eclipse-SDK to 4.5.2: remove missing notice.html
diff --git a/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh b/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
index 2014d55..f636db8 100644
--- a/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
+++ b/org.eclipse.gmf.notation.repository/gmf-notation-hipp-publish.sh
@@ -130,13 +130,10 @@
 	echo "`date +%Y-%m-%d-%H:%M:%S` version is now $version"
 fi
 				
-cp eclipse/epl-v10.html drops/eclipse
-cp eclipse/notice.html drops/eclipse
 cd drops
 
 # gmf-notation SDK
 zip -r ../$localDropDir/gmf-sdk-notation-$version.zip \
-	eclipse/epl-v10.html eclipse/notice.html \
 	eclipse/features/org.eclipse.gmf.runtime.notation.sdk_* \
 	eclipse/features/org.eclipse.gmf.runtime.notation.source_* \
 	eclipse/features/org.eclipse.gmf.runtime.notation_* \
@@ -151,7 +148,6 @@
 				
 # gmf-notation runtime
 zip -r ../$localDropDir/gmf-notation-$version.zip \
-	eclipse/epl-v10.html eclipse/notice.html \
 	eclipse/features/org.eclipse.gmf.runtime.notation_* \
 	eclipse/plugins/org.eclipse.gmf.runtime.notation_* \
 	eclipse/plugins/org.eclipse.gmf.runtime.notation.edit_*
@@ -160,7 +156,6 @@
 				
 # gmf-notation automated-tests
 zip -r ../$localDropDir/gmf-tests-notation-$version.zip \
-	eclipse/epl-v10.html eclipse/notice.html \
 	eclipse/plugins/org.eclipse.gmf.tests.runtime.notation_* \
 	eclipse/features/org.eclipse.gmf.tests.runtime.notation_*
 md5sum ../$localDropDir/gmf-tests-notation-$version.zip > ../$localDropDir/gmf-tests-notation-$version.zip.md5