-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathfeature.xml
More file actions
26 lines (21 loc) · 812 Bytes
/
feature.xml
File metadata and controls
26 lines (21 loc) · 812 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.redhat.fabric8analytics.eclipse.feature"
label="%featureName"
version="0.0.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
plugin="com.redhat.fabric8analytics.eclipse">
<description url="https://access.redhat.com/documentation/en/red-hat-jboss-developer-studio/">
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<plugin id="com.redhat.fabric8analytics.eclipse.core" download-size="0" install-size="0" version="0.0.0"/>
<plugin id="com.redhat.fabric8analytics.eclipse.ui" download-size="0" install-size="0" version="0.0.0"/>
</feature>