1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 08:15:48 +02:00

Add missing automatic-module-name.

Change-Id: Ic81274c97b26df1299b9d806a9f326441a0fab24
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2018-12-21 20:48:02 +02:00
parent e4f9a90fb9
commit 861a8430ed
3 changed files with 3 additions and 0 deletions

View file

@ -12,3 +12,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.launchbar.remote.core,
org.eclipse.launchbar.remote.core.internal;x-friends:="org.eclipse.launchbar.remote.ui"
Automatic-Module-Name: org.eclipse.launchbar.remote.core

View file

@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.launchbar.remote.ui
Automatic-Module-Name: org.eclipse.launchbar.remote.ui

View file

@ -13,3 +13,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.launchbar.ui.controls.internal
Bundle-Activator: org.eclipse.launchbar.ui.tests.internal.Activator
Automatic-Module-Name: org.eclipse.launchbar.ui.tests