forked from eclipse-lsp4jakarta/lsp4jakarta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.xml
35 lines (28 loc) · 1012 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
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.lsp4jakarta.lsp4e.feature"
label="org.eclipse.lsp4jakarta.lsp4e Feature"
version="0.2.2.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<url>
<update label="org.eclipse.lsp4jakarta.lsp4e Update Site" url="http://www.example.com/update"/>
<discovery label="org.eclipse.lsp4jakarta.lsp4e Discovery Site" url="http://www.example.com/update"/>
</url>
<requires>
<import plugin="org.eclipse.lsp4jakarta.jdt.core"/>
</requires>
<plugin
id="org.eclipse.lsp4jakarta.lsp4e.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>