You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Build] Restore compressed content.xml for platform repository
Include the additional IU 'org.eclipse.equinox.executable' directly in
the platform P2-repository via the defining 'category.xml'. This avoids
the post-processing of the raw 'content.xml' file using an XSL
transformation and consequently ensures the 'content.xml' is only
provided in compressed form as 'content.jar' and 'content.xml.xz'.
Due to the previous post-processing the content.xml was only provided
uncompressed, which increases the load on the download-server, slows
down metadata downloads and also complicates the RelEng process.
Fixeseclipse-platform#1912
This was originally introduced via
- eclipse-platform#3187
and reverted due to a regression in I-builds via
- eclipse-platform#3189
As the cause of that regression is fixed, the change is introduced again
unchanged and
This reverts commit d4d0542.
0 commit comments