Skip to content

Commit e702b7e

Browse files
committed
Fix build path error for missing org.eclipse.emf.ecore.impl.EFactoryImpl
eclipse-emf/org.eclipse.emf#41
1 parent 26102ed commit e702b7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/org.eclipse.ui.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="3.14.0",
4242
org.eclipse.ui.views.log;bundle-version="1.2.1300",
4343
org.eclipse.jdt.ui,
4444
org.eclipse.ui.navigator;bundle-version="3.12.100",
45-
org.eclipse.search
45+
org.eclipse.search,
46+
org.eclipse.emf.ecore
4647
Import-Package: jakarta.annotation,
4748
jakarta.inject,
4849
org.osgi.service.event

0 commit comments

Comments
 (0)