summaryrefslogtreecommitdiffstats
path: root/features/org.yocto.doc/feature.xml
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.yocto.doc/feature.xml')
-rw-r--r--features/org.yocto.doc/feature.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/features/org.yocto.doc/feature.xml b/features/org.yocto.doc/feature.xml
new file mode 100644
index 0000000..ed8687e
--- /dev/null
+++ b/features/org.yocto.doc/feature.xml
@@ -0,0 +1,35 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.yocto.doc"
4 label="%featureName"
5 version="1.4.0.qualifier"
6 provider-name="%providerName">
7
8 <description>
9 %description
10 </description>
11
12 <copyright>
13 %copyright
14 </copyright>
15
16 <license url="%licenseURL">
17 %license
18 </license>
19
20 <url>
21 <update label="%updateSiteName" url="http://yoctoproject.org/downloads/eclipse-plugin/"/>
22 </url>
23
24 <requires>
25 <import plugin="org.eclipse.help"/>
26 </requires>
27
28 <plugin
29 id="org.yocto.doc.user"
30 download-size="0"
31 install-size="0"
32 version="0.0.0"
33 unpack="false"/>
34
35</feature>