forked from vrapper/vrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.xml
57 lines (57 loc) · 3.21 KB
/
site.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
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="Vrapper" url="http://vrapper.sourceforge.net/update-site/stable">
Stable releases of Vrapper.
</description>
<feature url="features/net.sourceforge.vrapper_0.50.0.jar" id="net.sourceforge.vrapper" version="0.50.0">
<category name="Vrapper"/>
</feature>
<feature url="features/net.sourceforge.vrapper.eclipse.cdt.feature_0.50.0.jar" id="net.sourceforge.vrapper.eclipse.cdt.feature" version="0.50.0">
<category name="Optional Programming Language Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.eclipse.jdt.feature_0.50.0.jar" id="net.sourceforge.vrapper.eclipse.jdt.feature" version="0.50.0">
<category name="Optional Programming Language Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.surround_0.50.0.jar" id="net.sourceforge.vrapper.plugin.surround" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.eclipse.pydev.feature_0.50.0.jar" id="net.sourceforge.vrapper.eclipse.pydev.feature" version="0.50.0">
<category name="Optional Programming Language Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.ipmotion_0.50.0.jar" id="net.sourceforge.vrapper.plugin.ipmotion" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.splitEditor_0.50.0.jar" id="net.sourceforge.vrapper.plugin.splitEditor" version="0.50.0">
<category name="Vrapper"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.argtextobj_0.50.0.jar" id="net.sourceforge.vrapper.plugin.argtextobj" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.methodtextobj_0.50.0.jar" id="net.sourceforge.vrapper.plugin.methodtextobj" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.clangformat_0.50.0.jar" id="net.sourceforge.vrapper.plugin.clangformat" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.exchange_0.50.0.jar" id="net.sourceforge.vrapper.plugin.exchange" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<feature url="features/net.sourceforge.vrapper.plugin.linetextobj_0.50.0.jar" id="net.sourceforge.vrapper.plugin.linetextobj" version="0.50.0">
<category name="Optional Vimscript Plugins"/>
</feature>
<category-def name="Vrapper" label="Vrapper">
<description>
Vrapper Core Features.
</description>
</category-def>
<category-def name="Optional Vimscript Plugins" label="Optional Vimscript Plugins">
<description>
Vrapper ports of various useful vimscripts
</description>
</category-def>
<category-def name="Optional Programming Language Plugins" label="Optional Programming Language Plugins">
<description>
Extensions for Vrapper which provide features for programming languages.
</description>
</category-def>
</site>