You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
<?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="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> |
|
<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="IAnjutaDebugManager"/> |
|
</plugin> |
|
</anjuta>
|
|
|