Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse and Equinox 2020-12 (4.18) M1 is available

Hi Alex,

I think there is a little inconsistency in one of the p2 repositories (that breaks our RAP build):

org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.600.v20200816-1842.jar references

   <plugin
         id="org.apache.commons.codec"
         version="1.13.0.v20200108-0001"
         unpack="false"/>
   <plugin
         id="org.apache.httpcomponents.httpclient"
         version="4.5.10.v20200114-1512"
         unpack="false"/>

But included in your Eclipse Platform p2 repository below are slightly higher versions only:

org.apache.commons.codec_1.14.0.v20200818-1422.jar
org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar

(The Equinox specific repository looks better.)

Thanks and regards
Markus


On Fri, 9 Oct 2020 at 08:36, Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:
Hi,

We are pleased to announce that 2020-12 M1 is available for download and updates. Eclipse downloads: https://download.eclipse.org/eclipse/downloads/drops4/S-4.18M1-202010071800/ New and Noteworthy: https://www.eclipse.org/eclipse/news/4.18/ Update existing (non-production) installs: https://download.eclipse.org/eclipse/updates/4.18milestones/ Specific repository good for building against: https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M1-202010071800/ Equinox specific downloads: https://download.eclipse.org/equinox/drops/S-4.18M1-202010071800/ Thank you to everyone who made this checkpoint possible.


--
Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top