forked from eclipse-ecf/ecf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature.xml
More file actions
42 lines (33 loc) · 1.01 KB
/
feature.xml
File metadata and controls
42 lines (33 loc) · 1.01 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.dependencies.feature"
label="ECF DependenciesFeature"
version="0.0.2.qualifier"
provider-name="Eclipse.org"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description url="http://www.eclipse.org/ecf">
These are third party dependencies needed in the update site.
</description>
<plugin
id="org.xbill.dns"
version="0.0.0"/>
<plugin
id="org.apache.httpcomponents.client5.httpclient5"
version="0.0.0"/>
<plugin
id="org.apache.httpcomponents.client5.httpclient5-win"
version="0.0.0"/>
<plugin
id="org.apache.httpcomponents.core5.httpcore5"
version="0.0.0"/>
<plugin
id="org.apache.httpcomponents.core5.httpcore5-h2"
version="0.0.0"/>
<plugin
id="jakarta.servlet-api"
version="0.0.0"/>
<plugin
id="org.objectweb.asm"
version="0.0.0"/>
</feature>