Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions solstice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format.

## [Unreleased]
### Fixed
- Update selfie snapshot to fix P2Test

## [1.8.1] - 2025-01-14
### Fixed
Expand Down
5 changes: 5 additions & 0 deletions solstice/src/test/java/dev/equo/solstice/p2/P2Test.ss
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,11 @@ org.eclipse.sdk.ide.categoryIU,Eclipse SDK

╔═ weirdUpdateSites/bnd ═╗
id,name \n description
category:bndtools,Bndtools
, Bndtools
category:bndtools-optional,Bndtools - Optionals
, Optional features for bndtools. Select them
, individually when needed.
file:/Users/hargrave/git/bnd-test/org.bndtools.p2/features/category.xml.bndtools.category,Bndtools
, OSGi Development Tools for Eclipse based on bnd.
file:/home/runner/work/bnd/bnd/org.bndtools.p2/features/category.xml.bndtools.category,Bndtools
Expand Down
Loading