Bug 540495 - Deploy ECJ from 4.10 release to maven central for use in
Tycho 1.3.0
diff --git a/releng/EnrichPoms/SDK4Mvn.aggr b/releng/EnrichPoms/SDK4Mvn.aggr
index 3aee61d..b049698 100644
--- a/releng/EnrichPoms/SDK4Mvn.aggr
+++ b/releng/EnrichPoms/SDK4Mvn.aggr
@@ -2,20 +2,20 @@
 <aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="SDK4Mvn" packedStrategy="UNPACK_AS_SIBLING" type="R" mavenResult="true" versionFormat="MavenRelease">
   <validationSets label="main">
     <contributions enabled="true" label="sdk">
-      <repositories location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/">
+      <repositories location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.10-I-builds/I20181023-1200">
         <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"/>
       </repositories>
-      <repositories location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/">
+      <repositories location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.10-I-builds/I20181023-1200">
         <bundles name="org.eclipse.jdt.core.compiler.batch"/>
       </repositories>
     </contributions>
     <contributions enabled="false" label="sdk_http">
-      <repositories location="http://download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/">
+      <repositories location="http://download.eclipse.org/eclipse/updates/4.10-I-builds/I20181023-1200">
         <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"/>
       </repositories>
-      <repositories location="http://download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/">
+      <repositories location="http://download.eclipse.org/eclipse/updates/4.10-I-builds/I20181023-1200">
         <bundles name="org.eclipse.jdt.core.compiler.batch"/>
       </repositories>
     </contributions>
@@ -31,7 +31,7 @@
   <configurations operatingSystem="win32" windowSystem="win32" architecture="x86"/>
   <configurations operatingSystem="win32" windowSystem="win32" architecture="x86_64"/>
   <configurations/>
-  <mavenMappings namePattern="(org\.eclipse\.jdt)\.core\.compiler\.batch" groupId="$1" artifactId="ecj"/>
+  <mavenMappings namePattern="(org\.eclipse\.jdt)\.core\.compiler\.batch" groupId="$1" artifactId="ecj" versionPattern=".*" versionTemplate="3.15.1"/>
   <mavenMappings namePattern="(org\.eclipse\.jdt)(.*)" groupId="$1" artifactId="$1$2"/>
   <mavenMappings namePattern="(org\.eclipse\.pde)(.*)" groupId="$1" artifactId="$1$2"/>
   <mavenMappings namePattern="(org.eclipse.jetty)(.*)" groupId="$1" artifactId="$1$2"/>
diff --git a/releng/EnrichPoms/properties.sh b/releng/EnrichPoms/properties.sh
index f543506..33ba094 100644
--- a/releng/EnrichPoms/properties.sh
+++ b/releng/EnrichPoms/properties.sh
@@ -12,12 +12,12 @@
 # ECLIPSE:
 APP_NAME_P2DIRECTOR=org.eclipse.equinox.p2.director
 DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4
-SDK_BUILD_DIR=R-4.9-201809060745
-SDK_VERSION=4.9
+SDK_BUILD_DIR=I20181023-1200
+SDK_VERSION=I20181023-1200
 FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz
 
 # JDT / ECJ:
-ECJ_VERSION=3.15.0
+ECJ_VERSION=3.15.1
 
 # AGGREGATOR:
 IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product
diff --git a/releng/EnrichPoms/publishJDT.sh b/releng/EnrichPoms/publishJDT.sh
index e9b1727..c431f16 100644
--- a/releng/EnrichPoms/publishJDT.sh
+++ b/releng/EnrichPoms/publishJDT.sh
@@ -68,7 +68,8 @@
 	return 1
 }
 
-for pomFile in org/eclipse/jdt/*/*/*.pom
+#for pomFile in org/eclipse/jdt/*/*/*.pom
+for pomFile in org/eclipse/jdt/ecj/*/*.pom
 do
   if same_as_baseline $pomFile
   then