Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'windows/org.eclipse.cdt.msw-feature/feature.xml')
-rw-r--r--windows/org.eclipse.cdt.msw-feature/feature.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/windows/org.eclipse.cdt.msw-feature/feature.xml b/windows/org.eclipse.cdt.msw-feature/feature.xml
new file mode 100644
index 00000000000..2c613f7920b
--- /dev/null
+++ b/windows/org.eclipse.cdt.msw-feature/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cdt.msw"
+ label="CDT Visual C++ Support"
+ version="1.0.0.qualifier"
+ provider-name="Eclipse CDT">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.cdt.msw.build"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top