From 2795ac670f07e44bd76fe0d29862d4a2e96ddf9a Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Tue, 21 Nov 2023 11:51:15 +0100 Subject: [PATCH] Adding category.xml file a the package type docu Also mention the removal of site.xm support Once https://wiki.eclipse.org/Tycho/category.xml has been migrated to the Tycho documentation, we should also add link to this file. (cherry picked from commit d4b17647ea002a1ee2cc5a1fe92aca1731dcc22c) --- src/site/markdown/PackagingTypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/PackagingTypes.md b/src/site/markdown/PackagingTypes.md index c887bd3f66..13576639bc 100644 --- a/src/site/markdown/PackagingTypes.md +++ b/src/site/markdown/PackagingTypes.md @@ -5,7 +5,7 @@ Tycho defines the following custom Maven packaging types targeted for Eclipse Pl * `eclipse-plugin` corresponds to [Eclipse Plug-in and Plug-in Fragment projects](https://wiki.eclipse.org/PDE/User_Guide#Plug-in). * `eclipse-test-plugin` is similar to `eclipse-plugin` but only contains Plugin Tests to be executed inside an OSGi runtime. There is a noticable difference between `eclipse-plugin` and `eclipse-test-plugin` with respect to the goal executed during `integration-test`. The former uses `tycho-surefire-plugin:integration-test` while the latter uses `tycho-surefire-plugin:test`. * `eclipse-feature` corresponds to [Eclipse Feature projects](https://wiki.eclipse.org/PDE/User_Guide#Feature) -* `eclipse-repository` corresponds to [Eclipse Update Site projects](https://wiki.eclipse.org/PDE/User_Guide#Update_Site) +* `eclipse-repository` corresponds to projects containing a `category.xml` file, the support of [Eclipse Update Site projects](https://wiki.eclipse.org/PDE/User_Guide#Update_Site) has been removed in latest Tycho versions * `eclipse-target-definition` corresponds to [Eclipse Target Platform](https://wiki.eclipse.org/PDE/User_Guide#Target_Platform) * `p2-installable-unit` corresponds to [Installable Units](https://wiki.eclipse.org/Installable_Units)