Skip to content

Commit

Permalink
Bug 566301 - Publish Eclipse 4.17 to maven central
Browse files Browse the repository at this point in the history
Change-Id: Ibf8c248f6587e9cad41aa215eb831510973a51bc
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
  • Loading branch information
sravanlakkimsetti committed Sep 14, 2020
1 parent 5475f9d commit 776460e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions publish-to-maven-central/SDK4Mvn.aggr
Expand Up @@ -2,27 +2,27 @@
<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 label="sdk">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/">
<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 enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>
<contributions label="sdk_http">
<repositories location="https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/">
<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="https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/release/2.22/"/>
<validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.22/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/"/>
<validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/release/2.23/"/>
<validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/"/>
<validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/"/>
</validationSets>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="aarch64"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/>
Expand Down
8 changes: 4 additions & 4 deletions publish-to-maven-central/properties.sh
Expand Up @@ -15,16 +15,16 @@
# ECLIPSE:
APP_NAME_P2DIRECTOR=org.eclipse.equinox.p2.director
DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4
SDK_BUILD_DIR=R-4.16-202006040540
SDK_VERSION=4.16
SDK_BUILD_DIR=R-4.17-20200902180
SDK_VERSION=4.17
FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz

# JDT / ECJ:
ECJ_VERSION=3.22.0
ECJ_VERSION=3.23.0

# AGGREGATOR:
IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product
URL_AGG_UPDATES=http://download.eclipse.org/cbi/updates/aggregator/headless/4.8/I20180518-0759
URL_AGG_UPDATES=https://download.eclipse.org/cbi/updates/aggregator/headless/4.13/I20200825-1209/

# LOCAL TOOLS:
LOCAL_TOOLS=${WORKSPACE}/tools
Expand Down

0 comments on commit 776460e

Please sign in to comment.