eclipse plugin: add a missing dependency
This commit is contained in:
parent
c2ae1eb2f0
commit
f26e45b8eb
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.ui.navigator;bundle-version="3.5.0",
|
||||
org.eclipse.ui.navigator.resources,
|
||||
org.eclipse.ui.intro,
|
||||
org.eclipse.ui.intro.universal
|
||||
org.eclipse.ui.intro.universal,
|
||||
org.eclipse.ui.views.log;bundle-version="1.0.100"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.wesnoth,
|
||||
|
|
Loading…
Add table
Reference in a new issue