summaryrefslogtreecommitdiffstats
path: root/features/org.yocto.doc/feature.xml
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:36:50 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 15:25:03 +0100
commit41ac47d732eed8392d60d0f6773e5a279d49b999 (patch)
treecf19d099db9cfdb8d73aa21c31e7aa1cc86ff860 /features/org.yocto.doc/feature.xml
downloadeclipse-poky-juno-41ac47d732eed8392d60d0f6773e5a279d49b999.tar.gz
initial commit of Enea Linux 3.1HEADmaster
Migrated from the internal git server on the dora-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>