[anjuta-extras] Add a .doap file



commit 4fd5e2e7a00ec806db512d3f09d03d87c8a299c1
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Jun 21 12:46:15 2009 +0200

    Add a .doap file

 anjuta-extras.anjuta |   44 ++++++++++++++++++++++++++++++++++++++++++++
 anjuta-extras.doap   |   27 +++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/anjuta-extras.anjuta b/anjuta-extras.anjuta
new file mode 100644
index 0000000..2389e4c
--- /dev/null
+++ b/anjuta-extras.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="IAnjutaDebugManager"/>
+	</plugin>
+</anjuta>
diff --git a/anjuta-extras.doap b/anjuta-extras.doap
new file mode 100644
index 0000000..a5d5f06
--- /dev/null
+++ b/anjuta-extras.doap
@@ -0,0 +1,27 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">Anjuta IDE extra plugins</name>
+  <shortdesc xml:lang="en">Extra plugins for Anjuta IDE</shortdesc>
+  <homepage rdf:resource="http://www.anjuta.org/"; />
+  <mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/anjuta-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/anjuta-extras/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=anjuta"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Naba Kumar</foaf:name>
+      <gnome:userid>naba</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Johannes Schmid</foaf:name>
+      <gnome:userid>jhs</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]