Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/testData/ProductContentTypeTest/ProductWithBundle.product')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/ProductContentTypeTest/ProductWithBundle.product13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/ProductContentTypeTest/ProductWithBundle.product b/bundles/org.eclipse.equinox.p2.tests/testData/ProductContentTypeTest/ProductWithBundle.product
new file mode 100644
index 000000000..fe40c139e
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/ProductContentTypeTest/ProductWithBundle.product
@@ -0,0 +1,13 @@
+<product name="ProductWithBundle" id="ProductWithBundle.product" version="1" type="bundles" includeLaunchers="false">
+
+ <configIni use="default">
+ </configIni>
+
+ <plugins>
+ <plugin id="TestBundle"/>
+ </plugins>
+
+ <features>
+ <feature id="TestFeature"/>
+ </features>
+</product>

Back to the top