Skip to content

Commit a05a3be

Browse files
committed
Add more bundle to PublishingTests.testPublishAndRunSimpleProduct()
- Add bundles that are transitively required by org.eclipse.core.contenttype's new required capability. eclipse-platform/eclipse.platform#2162
1 parent f63768b commit a05a3be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/PublishingTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ public void testPublishAndRunSimpleProduct() throws Exception {
898898
IFile productFile = buildFolder.getFile("headless.product");
899899
String[] bundles = new String[] { "headless", "org.eclipse.core.contenttype", "org.eclipse.core.jobs",
900900
"org.eclipse.core.runtime", "org.osgi.service.prefs", EQUINOX_APP, EQUINOX_COMMON, EQUINOX_PREFERENCES,
901-
EQUINOX_REGISTRY, OSGI };
901+
EQUINOX_REGISTRY, OSGI, "org.apache.felix.scr", "org.osgi.service.component", "org.osgi.util.promise",
902+
"org.osgi.util.function" };
902903
Utils.generateProduct(productFile, "headless.product", "1.0.0.qualifier", "headless.application", "headless",
903904
bundles, false, null);
904905
Properties p2Inf = new Properties(); // bug 268223

0 commit comments

Comments
 (0)