Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding category.xml file a the package type docu #3062

Merged

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Nov 21, 2023

Once https://wiki.eclipse.org/Tycho/category.xml has been migrated to the Tycho documentation, we should also add link to this file.

@@ -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 [Eclipse Update Site projects](https://wiki.eclipse.org/PDE/User_Guide#Update_Site) or project containing a `category.xml` file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually site.xml projects are no longer supported since Tycho 3 (or 4? not sure).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about: * eclipse-repository corresponds to projects containing a category.xml file, the support of Eclipse Update Site projects has been removed in latest Tycho versions

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.
@vogella vogella force-pushed the minor-docu-update-packaging-type branch from ee8a8b3 to d55ea38 Compare November 21, 2023 11:03
Copy link

Test Results

   570 files  ±0     570 suites  ±0   3h 34m 31s ⏱️ - 10m 21s
   374 tests ±0     368 ✔️ ±0    6 💤 ±0  0 ±0 
1 122 runs  ±0  1 103 ✔️ ±0  19 💤 ±0  0 ±0 

Results for commit d55ea38. ± Comparison against base commit d76d71c.

@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Nov 22, 2023
@laeubi laeubi merged commit d4b1764 into eclipse-tycho:master Nov 22, 2023
11 checks passed
Copy link

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants