Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.generator/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.generator/plugin.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.generator/plugin.xml b/bundles/org.eclipse.equinox.p2.metadata.generator/plugin.xml
new file mode 100644
index 000000000..f8ff83d03
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.metadata.generator/plugin.xml
@@ -0,0 +1,22 @@
+<plugin>
+ <extension
+ id="EclipseGenerator"
+ point="org.eclipse.core.runtime.applications">
+ <application
+ cardinality="1"
+ thread="main"
+ visible="true">
+ <run
+ class="org.eclipse.equinox.internal.prov.metadata.generator.EclipseGeneratorApplication">
+ </run>
+ </application>
+ </extension>
+ <extension
+ id="product"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.equinox.prov.metadata.generator.EclipseGenerator"
+ name="Equinox Provisioning Metadata Generator">
+ </product>
+ </extension>
+</plugin>

Back to the top