[anjuta] Completed git migration



commit 9d6ab4fb14502900701389120a0352790f6a734c
Author: Johannes Schmid <jhs gnome org>
Date:   Fri Apr 17 13:30:57 2009 +0200

    Completed git migration
    
    Added the doap file for the module description and pointed out that po/ChangeLog is now obsolete
---
 anjuta.doap  |   35 +++++++++++++++++++++++++++++++++++
 po/ChangeLog |    2 ++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/anjuta.doap b/anjuta.doap
new file mode 100644
index 0000000..7946978
--- /dev/null
+++ b/anjuta.doap
@@ -0,0 +1,35 @@
+<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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">Anjuta IDE</name>
+  <shortdesc xml:lang="en">Develop software in an integrated development environment</shortdesc>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  -->
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+
+  <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>
diff --git a/po/ChangeLog b/po/ChangeLog
index 3624905..c5c9b87 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+This is the end of the ChangeLog, please use git log instead
+
 2009-04-16  Gabor Kelemen  <kelemeng gnome hu>
 
 	* hu.po: Translation updated.



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