[gedit-code-assistance] Add doap file.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-code-assistance] Add doap file.
- Date: Sun, 13 Nov 2011 15:30:59 +0000 (UTC)
commit ca1dde7e528503bb31d1248f24ff4f0c0c6d733f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Nov 13 16:30:41 2011 +0100
Add doap file.
Makefile.am | 37 +++++++++++++++++++------------------
gedit-code-assistance.doap | 23 +++++++++++++++++++++++
2 files changed, 42 insertions(+), 18 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 313299f..a4077c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,24 +2,25 @@ SUBDIRS = data src
ACLOCAL_AMFLAGS = -I m4
-MAINTAINERCLEANFILES = \
- aclocal.m4 \
- config.guess \
- config.h.in \
- config.sub \
- depcomp \
- gtk-doc.make \
- install-sh \
- ltmain.sh \
- missing \
- mkinstalldirs \
- omf.make \
- py-compile \
- m4/libtool.m4 \
- m4/ltoptions.m4 \
- m4/ltsugar.m4 \
- m4/ltversion.m4 \
- m4/lt~obsolete.m4 \
+MAINTAINERCLEANFILES = \
+ aclocal.m4 \
+ config.guess \
+ config.h.in \
+ config.sub \
+ depcomp \
+ gedit-code-assistance.doap \
+ gtk-doc.make \
+ install-sh \
+ ltmain.sh \
+ missing \
+ mkinstalldirs \
+ omf.make \
+ py-compile \
+ m4/libtool.m4 \
+ m4/ltoptions.m4 \
+ m4/ltsugar.m4 \
+ m4/ltversion.m4 \
+ m4/lt~obsolete.m4 \
`find "$(srcdir)" -type f -name Makefile.in -print`
dist-hook:
diff --git a/gedit-code-assistance.doap b/gedit-code-assistance.doap
new file mode 100644
index 0000000..a9ae9aa
--- /dev/null
+++ b/gedit-code-assistance.doap
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">gedit-code-assistance</name>
+ <shortdesc xml:lang="en">Code assistance for gedit</shortdesc>
+ <description xml:lang="en">Plugin for gedit which provides code assistance for C, C++ and Objective-C by utilizing clang</description>
+
+ <homepage rdf:resource="http://live.gnome.org/GeditPlugins" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gedit-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jesse van den Kieboom</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jessevdk gnome org" />
+ <gnome:userid>jessevdk</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]