Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.coverage.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.coverage.feature/feature.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.coverage.feature/feature.xml b/features/org.eclipse.osee.coverage.feature/feature.xml
new file mode 100644
index 00000000000..3168b740b9d
--- /dev/null
+++ b/features/org.eclipse.osee.coverage.feature/feature.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.osee.coverage.feature"
+ label="%featureName"
+ version="0.11.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.osee.coverage"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.coverage.help.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top