Bug 510072: Scripts & tool for publishing to Maven Central should
migrate to releng git
	
- I don't think updating checksums is needed after all
- update (disabled) http variants in .aggr
diff --git a/releng/EnrichPoms/CBIaggregator.sh b/releng/EnrichPoms/CBIaggregator.sh
index aa2cd03..1ea8cf6 100644
--- a/releng/EnrichPoms/CBIaggregator.sh
+++ b/releng/EnrichPoms/CBIaggregator.sh
@@ -274,17 +274,6 @@
 echo "pde"
 java -jar ${ENRICH_POMS_JAR} `pwd`/org/eclipse/pde &> .logs/enrich-pde.txt
 
-echo "== updated checksums =="
-
-function updateCheckSums() {
-        /usr/bin/md5sum ${1} | cut -d " " -f 1 > ${1}.md5
-        /usr/bin/sha1sum ${1} | cut -d " " -f 1 > ${1}.sha1
-}
-
-for pom in org/eclipse/{platform,jdt,pde}/*/*/*.pom
-do
-        updateCheckSums ${pom}
-done
 
 echo "==== Add Javadoc stubs ===="
 
diff --git a/releng/EnrichPoms/SDK4Mvn.aggr b/releng/EnrichPoms/SDK4Mvn.aggr
index 2f6025b..0722f6c 100644
--- a/releng/EnrichPoms/SDK4Mvn.aggr
+++ b/releng/EnrichPoms/SDK4Mvn.aggr
@@ -9,12 +9,13 @@
       </repositories>
     </contributions>
     <contributions enabled="false" label="sdk_http">
+      <repositories location="http://download.eclipse.org/eclipse/updates/4.6-M-builds/M-4.6.2RC3-201611241400/"/>
       <repositories location="http://download.eclipse.org/eclipse/updates/4.6-M-builds/M-4.6.2RC3-201611241400/">
-        <mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.feature.group"/>
-        <mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.source.feature.group"/>
+        <bundles name="org.eclipse.jdt.core.compiler.batch"/>
       </repositories>
     </contributions>
-    <validationRepositories location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/updates/2.12"/>
+    <validationRepositories enabled="true" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/updates/2.12"/>
+    <validationRepositories enabled="false" location="http://download.eclipse.org/modeling/emf/emf/updates/2.12"/>
   </validationSets>
   <configurations operatingSystem="aix" windowSystem="gtk" architecture="ppc"/>
   <configurations operatingSystem="aix" windowSystem="gtk" architecture="ppc64"/>