Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/libxslt/libxslt.doap

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/libexslt/strings.c ('k') | third_party/libxslt/libxslt/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt.doap
diff --git a/third_party/libxslt/libxslt.doap b/third_party/libxslt/libxslt.doap
new file mode 100644
index 0000000000000000000000000000000000000000..fa01fcea2690b06ef1bae2874cfc5c3d8c4cd778
--- /dev/null
+++ b/third_party/libxslt/libxslt.doap
@@ -0,0 +1,19 @@
+<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">libxslt</name>
+ <shortdesc xml:lang="en">XSLT transformation library</shortdesc>
+ <homepage rdf:resource="http://xmlsoft.org/XSLT/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xslt" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Daniel Veillard</foaf:name>
+ <gnome:userid>veillard</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
« no previous file with comments | « third_party/libxslt/libexslt/strings.c ('k') | third_party/libxslt/libxslt/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698