forked from eclipse-linuxtools/org.eclipse.linuxtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.xml
30 lines (24 loc) · 768 Bytes
/
feature.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.linuxtools.docker.editor.ls.feature"
label="%featureName"
version="5.18.1.qualifier"
provider-name="%featureProvider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description url="http://www.eclipse.org/linuxtools">
%featureDescription
</description>
<copyright url="http://www.redhat.com">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<update label="Linux Tools Docker Update Site" url="http://download.eclipse.org/linuxtools/update-docker"/>
</url>
<plugin
id="org.eclipse.linuxtools.docker.editor.ls"
version="0.0.0"/>
</feature>