This file is indexed.

/usr/share/anjuta/project/mkfile/project.anjuta is in anjuta-common 2:3.4.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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"/>
	</plugin>
	<plugin name="Makefile Project Backend"
            url="http://anjuta.org/plugins/"
            mandatory="yes">
		<require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaProjectBackend"/>
		<require group="Project"
                 attribute="Supported-Project-Types"
                 value="make"/>
	</plugin>
	<plugin name="Symbol Browser"
            url="http://anjuta.org/plugins/"
            mandatory="yes">
                <require group="Anjuta Plugin"
                 attribute="Interfaces"
                 value="IAnjutaSymbolManager"/>
	</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>
</anjuta>