Skip to content

Commit

Permalink
Bug 567244 - org.eclipse.urischeme 1.1.100 has a dependency to com.su…
Browse files Browse the repository at this point in the history
…n.jna that is not on mavencentral

- testing with an i build

Change-Id: Ia3221322e523fea1911ff0d65c77f39c4eb86f14
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
  • Loading branch information
sravanlakkimsetti committed Oct 9, 2020
1 parent 931b34d commit 51cb207
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.17/R-4.17-202009021800/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.18-I-builds/I20201009-0430/">
<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.17/R-4.17-202009021800/">
<repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.18-I-builds/I20201009-0430/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>
<contributions label="sdk_http">
<repositories location="https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.18-I-builds/I20201009-0430/">
<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.17/R-4.17-202009021800/">
<repositories location="https://download.eclipse.org/eclipse/updates/4.18-I-builds/I20201009-0430/">
<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.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/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/milestone/S202010050141/"/>
<validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202010050141/"/>
<validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/S20201005193535/repository/"/>
<validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/S20201005193535/repository/"/>
</validationSets>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="aarch64"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/>
Expand Down
2 changes: 1 addition & 1 deletion publish-to-maven-central/properties.sh
Expand Up @@ -20,7 +20,7 @@ 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.23.0
ECJ_VERSION=3.24.0

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

0 comments on commit 51cb207

Please sign in to comment.