-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 26ec704f68620454a5b84f8947938266290c0baf.
- Loading branch information
bob.loosen
committed
Oct 27, 2010
1 parent
6f0d1a7
commit 0a99271
Showing
4 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?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> |