forked from cloudsmith/geppetto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
category.xml
82 lines (82 loc) · 2.75 KB
/
category.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"?>
<site>
<feature id="org.cloudsmith.geppetto" version="0.0.0">
<category name="geppetto"/>
</feature>
<feature id="org.cloudsmith.geppetto.product" version="0.0.0">
<category name="products"/>
</feature>
<feature id="org.eclipse.cvs" version="0.0.0">
<category name="cvs"/>
</feature>
<feature id="org.eclipse.egit" version="0.0.0">
<category name="git"/>
</feature>
<feature id="org.eclipse.jgit" version="0.0.0">
<category name="git"/>
</feature>
<feature id="org.eclipse.team.svn" version="0.0.0">
<category name="svn"/>
</feature>
<feature id="org.polarion.eclipse.team.svn.connector" version="0.0.0">
<category name="svn"/>
</feature>
<feature id="org.polarion.eclipse.team.svn.connector.svnkit17" version="0.0.0">
<category name="svn"/>
</feature>
<feature id="org.eclipse.emf.common" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.emf.common.ui" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.emf.ecore" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.emf.ecore.edit" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.emf.edit" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.emf.edit.ui" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.equinox.p2.user.ui" version="0.0.0">
<category name="third-party"/>
</feature>
<feature id="org.eclipse.platform" version="0.0.0">
<category name="third-party"/>
</feature>
<category-def name="geppetto" label="Geppetto">
<description>
Geppetto Main Features
</description>
</category-def>
<category-def name="cvs" label="CVS">
<description>
CVS Source Code Management
</description>
</category-def>
<category-def name="git" label="Git">
<description>
Git Source Code Management
</description>
</category-def>
<category-def name="svn" label="SVN">
<description>
Subversion Source Code Management
</description>
</category-def>
<category-def name="third-party" label="Third Party">
<description>
Features that Geppetto depends on. They will be installed as needed.
</description>
</category-def>
<category-def name="products" label="Geppetto Product (don't install in IDE)">
<description>
The Geppetto stand-alone products. Can be installed to disc using the p2 director but
must never be installed into another product.
</description>
</category-def>
</site>