Skip to content

Commit

Permalink
Issue #3: forgot imports
Browse files Browse the repository at this point in the history
Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Leif Geiger <leif.geiger@yatta.de>
  • Loading branch information
l3-g5 committed Feb 21, 2024
1 parent cad7d83 commit f1330b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Import-Package: org.apache.hc.client5.http;version="[5.1.0,5.3.0)",
org.apache.hc.core5.http.message;version="[5.1.0,5.3.0)",
org.apache.hc.core5.http.protocol;version="[5.1.0,5.3.0)",
org.apache.hc.core5.util;version="[5.1.0,5.3.0)",
org.eclipse.equinox.p2.core;version="2.0.0"
org.eclipse.equinox.p2.core;version="2.0.0",
org.osgi.service.component;version="[1.5.1,2.0.0)"
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/services/*.xml
Automatic-Module-Name: org.eclipse.epp.mpc.core
3 changes: 2 additions & 1 deletion org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Export-Package: org.eclipse.epp.internal.mpc.ui;x-internal:=true,
org.eclipse.epp.mpc.ui
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/services/*.xml
Import-Package: org.w3c.css.sac;version="[1.3.0,2.0.0)"
Import-Package: org.osgi.service.component;version="[1.5.1,2.0.0)",
org.w3c.css.sac;version="[1.3.0,2.0.0)"
Automatic-Module-Name: org.eclipse.epp.mpc.ui

0 comments on commit f1330b3

Please sign in to comment.