From 351b5f8d95fe7eace7cc520af75277a628cc2444 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 9 Aug 2025 19:46:02 +0200 Subject: [PATCH] [Build] Define IU categories directly within each build repository --- .../eclipse.platform.repository/category.xml | 69 +++++++++++++++++-- 1 file changed, 65 insertions(+), 4 deletions(-) diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml index b421bad3f54..a94cbc85d0b 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml @@ -1,12 +1,20 @@ - + + + - - - + + + + + + + + + @@ -15,13 +23,66 @@ + + + + + + + + + + + + + + + + + + id == 'org.eclipse.equinox.executable' + + + Features especially useful to install as PDE runtime targets. + + + + + The full version of Eclipse, with source and documentation: Platform, JDT and PDE. + + + + + Minimum version of Eclipse: no source or API documentation, no PDE or JDT. + + + + + Features to use as PDE runtime target, while developing RCP applications. + + + + + Collection of Misc. Features, such as unit tests, SWT and e4 tools, examples, and compatibility features not shipped as part of main SDK, but which some people may desire in creating products based on previous versions of Eclipse. + + + + + Tools to allow development with Java. + + + + + Tools to develop bundles, plugins and features. + +