mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 01:22:31 +00:00
aac2354f5c
cd fluidsynth && git mv * ../
30 lines
984 B
XML
30 lines
984 B
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"/>
|
|
<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="Debug Manager"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="no">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Interfaces"
|
|
value="IAnjutaDebuggerManager"/>
|
|
</plugin>
|
|
</anjuta>
|