summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.anjuta
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-03-20 14:53:25 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-03-20 14:53:25 (GMT)
commit0879345247802c57df7d89239548fd8769231426 (patch)
tree8b39707b704e582730a59a75df8f45d51bf5fd5c /matchblox/matchblox.anjuta
parentb77c791ee4d9485f79c767bb76afd88c27145784 (diff)
download2iv55-0879345247802c57df7d89239548fd8769231426.zip
2iv55-0879345247802c57df7d89239548fd8769231426.tar.gz
2iv55-0879345247802c57df7d89239548fd8769231426.tar.bz2
Initial checkin
Diffstat (limited to 'matchblox/matchblox.anjuta')
-rw-r--r--matchblox/matchblox.anjuta44
1 files changed, 44 insertions, 0 deletions
diff --git a/matchblox/matchblox.anjuta b/matchblox/matchblox.anjuta
new file mode 100644
index 0000000..51ddd65
--- /dev/null
+++ b/matchblox/matchblox.anjuta
@@ -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="IAnjutaDebuggerManager"/>
+ </plugin>
+</anjuta>