-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpti.aggrcon
26 lines (26 loc) · 1.48 KB
/
pti.aggrcon
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
<?xml version="1.0" encoding="UTF-8"?>
<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="PTI" enabled="false">
<repositories location="http://www.phpsrc.org/eclipse/pti/" description="PTI">
<features name="org.phpsrc.eclipse.pti.core.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
<features name="org.phpsrc.eclipse.pti.library.pear.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='libraries']"/>
</features>
<features name="org.phpsrc.eclipse.pti.tools.codesniffer.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
<features name="org.phpsrc.eclipse.pti.tools.phpcpd.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
<features name="org.phpsrc.eclipse.pti.tools.phpdepend.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
<features name="org.phpsrc.eclipse.pti.tools.phpmd.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
<features name="org.phpsrc.eclipse.pti.tools.phpunit.feature.group">
<categories href="mirror.aggr#//@customCategories[identifier='tools']"/>
</features>
</repositories>
</aggregator:Contribution>