1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Add autmatic-module-name for Java 9+ compatibility.

Change-Id: Id5ecc850d6e3ca8a70cdf33905d446a382061118
This commit is contained in:
Alexander Kurtakov 2018-11-07 15:40:47 +02:00
parent 453055e0ed
commit 5c6c2c6380
3 changed files with 3 additions and 0 deletions

View file

@ -14,3 +14,4 @@ Export-Package: org.eclipse.launchbar.core,
org.eclipse.launchbar.core.internal;x-friends:="org.eclipse.launchbar.core.tests,org.eclipse.launchbar.ui",
org.eclipse.launchbar.core.target,
org.eclipse.launchbar.core.target.launch
Automatic-Module-Name: org.eclipse.launchbar.core

View file

@ -21,3 +21,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.launchbar.ui.controls.internal;x-friends:="org.eclipse.launchbar.ui.tests"
Automatic-Module-Name: org.eclipse.launchbar.ui.controls

View file

@ -18,3 +18,4 @@ Export-Package: org.eclipse.launchbar.ui,
org.eclipse.launchbar.ui.internal.commands;x-internal:=true,
org.eclipse.launchbar.ui.internal.dialogs;x-internal:=true,
org.eclipse.launchbar.ui.target
Automatic-Module-Name: org.eclipse.launchbar.ui