forked from eclipse-equinox/equinox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.xml
executable file
·82 lines (69 loc) · 1.79 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.equinox.executable"
label="%featureName"
version="3.8.2600.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<plugin
id="org.eclipse.equinox.launcher"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"
os="macosx"
ws="cocoa"
arch="x86_64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64"
os="macosx"
ws="cocoa"
arch="aarch64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.cocoa.macosx"
os="macosx"
ws="cocoa"
arch="aarch64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.gtk.linux.ppc64le"
os="linux"
ws="gtk"
arch="ppc64le"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.gtk.linux.aarch64"
os="linux"
ws="gtk"
arch="aarch64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.gtk.linux.x86_64"
os="linux"
ws="gtk"
arch="x86_64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.win32.win32.aarch64"
os="win32"
ws="win32"
arch="aarch64"
version="0.0.0"/>
<plugin
id="org.eclipse.equinox.launcher.win32.win32.x86_64"
os="win32"
ws="win32"
arch="x86_64"
version="0.0.0"/>
</feature>