Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mgiza.anjuta « mgizapp - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a7dcf13722cbdf8b728f7ae89859a18cf15b04a (plain)
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
<?xml version="1.0"?>
<anjuta>
    <plugin name="GBF Project Manager"
            url="http://anjuta.org/plugins/"
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaProjectManager"/>
		<require group="Project"
                 attribute="Supported-Project-Types"
                 value="automake"/>
	</plugin>
	<plugin name="Make Build System"
            url="http://anjuta.org/plugins/"
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaBuildable"/>
		<require group="Build"
                 attribute="Supported-Build-Types"
                 value="make"/>
	</plugin>
	<plugin name="Task Manager"
            url="http://anjuta.org/plugins/"
            mandatory="no">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaTodo"/>
	</plugin>
	<plugin name="Debug Manager"
            url="http://anjuta.org/plugins/"
            mandatory="no">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaDebuggerManager"/>
	</plugin>
</anjuta>