Skip to content

Commit

Permalink
added anjuta project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Salwen committed Dec 29, 2010
1 parent e16bea6 commit cd5d5a2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions so-666.anjuta
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit cd5d5a2

Please sign in to comment.