root/trunk/rgc/rgc.anjuta

Revision 287, 1.5 KB (checked in by ath, 3 years ago)

Merge shave support and update the usual autotools stuff.

Line 
1<?xml version="1.0"?>
2<anjuta>
3    <plugin name="GBF Project Manager"
4            url="http://anjuta.org/plugins/"
5            mandatory="yes">
6                <require group="Anjuta Plugin"
7                 attribute="Interfaces"
8                 value="IAnjutaProjectManager"/>
9                <require group="Project"
10                 attribute="Supported-Project-Types"
11                 value="automake"/>
12        </plugin>
13        <plugin name="Make Build System"
14            url="http://anjuta.org/plugins/"
15            mandatory="yes">
16                <require group="Anjuta Plugin"
17                 attribute="Interfaces"
18                 value="IAnjutaBuildable"/>
19                <require group="Build"
20                 attribute="Supported-Build-Types"
21                 value="make"/>
22        </plugin>
23        <plugin name="CVS Version Control System"
24            url="http://anjuta.org/plugins/"
25            mandatory="no">
26                <require group="Anjuta Plugin"
27                  attribute="Interfaces"
28                  value="IAnjutaVcs"/>
29                <require group="Version Control"
30                 attribute="Supported-Vcs-Types"
31                 value="cvs"/>
32        </plugin>
33        <plugin name="Task Manager"
34            url="http://anjuta.org/plugins/"
35            mandatory="no">
36                <require group="Anjuta Plugin"
37                 attribute="Interfaces"
38                 value="IAnjutaTodo"/>
39        </plugin>
40        <plugin name="Debug Manager"
41            url="http://anjuta.org/plugins/"
42            mandatory="no">
43                <require group="Anjuta Plugin"
44                 attribute="Interfaces"
45                 value="IAnjutaDebuggerManager"/>
46        </plugin>
47</anjuta>
Note: See TracBrowser for help on using the browser.