summaryrefslogtreecommitdiffstats
path: root/features/org.yocto.doc/feature.xml
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:23:09 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:24:09 +0200
commitc7da892cb23d50d4d85746c9a0b6b14bf570989d (patch)
treee7136073f386d6156f51766c498c52c30c8df85f /features/org.yocto.doc/feature.xml
downloadeclipse-poky-kepler-c7da892cb23d50d4d85746c9a0b6b14bf570989d.tar.gz
initial commit for Enea Linux 4.0daisy
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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>