You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?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>
|