Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.coverage.demo.feature.source/feature.xml')
-rw-r--r--features/org.eclipse.osee.coverage.demo.feature.source/feature.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.coverage.demo.feature.source/feature.xml b/features/org.eclipse.osee.coverage.demo.feature.source/feature.xml
new file mode 100644
index 00000000000..1404f2141d3
--- /dev/null
+++ b/features/org.eclipse.osee.coverage.demo.feature.source/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.osee.coverage.demo.feature.source"
+ 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.demo.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top