Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'p2/org.eclipse.cdt.p2.generator/plugin.xml')
-rw-r--r--p2/org.eclipse.cdt.p2.generator/plugin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/p2/org.eclipse.cdt.p2.generator/plugin.xml b/p2/org.eclipse.cdt.p2.generator/plugin.xml
new file mode 100644
index 00000000000..73a72853ed2
--- /dev/null
+++ b/p2/org.eclipse.cdt.p2.generator/plugin.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ id="mingwGenerator"
+ name="MinGW Generator"
+ point="org.eclipse.core.runtime.applications">
+ <application
+ cardinality="singleton-global"
+ thread="main"
+ visible="true">
+ <run
+ class="org.eclipse.cdt.p2.generator.MinGWGenerator">
+ </run>
+ </application>
+ </extension>
+
+</plugin>

Back to the top