Skip to content

Commit

Permalink
Bug 575888 - Publish Eclipse 4.21 to maven central
Browse files Browse the repository at this point in the history
Change-Id: I4ba18512423c858a9a768c1d1dbe9c8a0738438e
Signed-off-by: Kit Lo <kitlo@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng/+/185312
  • Loading branch information
kitlo committed Sep 10, 2021
1 parent e863165 commit 1600278
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.20/R-4.20-202106111600/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
<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.20/R-4.20-202106111600/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>
<contributions label="sdk_http">
<repositories location="https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
<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.20/R-4.20-202106111600/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
<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.26/"/>
<validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/"/>
<validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/release/2.27/"/>
<validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20210825222808/repository/"/>
<validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210825222808/repository/"/>
</validationSets>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="aarch64"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/>
Expand Down
6 changes: 3 additions & 3 deletions publish-to-maven-central/properties.sh
Expand Up @@ -15,12 +15,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.20-202106111600
SDK_VERSION=4.20
SDK_BUILD_DIR=R-4.21-202109060500
SDK_VERSION=4.21
FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz

# JDT / ECJ:
ECJ_VERSION=3.26.0
ECJ_VERSION=3.27.0

# AGGREGATOR:
IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product
Expand Down

0 comments on commit 1600278

Please sign in to comment.