Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
PDE ui now transitively requires genericeditor as visible by failure in
another PR
https://ci.eclipse.org/mylyn/job/GitHub-mylyn-Orga/job/org.eclipse.mylyn/view/change-requests/job/PR-319/2/console
  • Loading branch information
akurtakov committed Nov 24, 2023
1 parent 79dc9f5 commit 31509af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mylyn.context/org.eclipse.mylyn.pde.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="0.0.0",
org.eclipse.ui.editors;bundle-version="0.0.0",
org.eclipse.ui.forms;bundle-version="0.0.0",
org.eclipse.ui.ide;bundle-version="0.0.0",
org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0"
org.eclipse.ui.workbench.texteditor;bundle-version="0.0.0",
org.eclipse.ui.genericeditor;bundle-version="0.0.0"
Bundle-Activator: org.eclipse.mylyn.internal.pde.ui.PdeUiBridgePlugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Expand Down

0 comments on commit 31509af

Please sign in to comment.