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

Side by Side Diff: third_party/libxslt/libxslt.doap

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3 xmlns:foaf="http://xmlns.com/foaf/0.1/"
4 xmlns:gnome="http://api.gnome.org/doap-extensions#"
5 xmlns="http://usefulinc.com/ns/doap#">
6
7 <name xml:lang="en">libxslt</name>
8 <shortdesc xml:lang="en">XSLT transformation library</shortdesc>
9 <homepage rdf:resource="http://xmlsoft.org/XSLT/" />
10 <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xslt" />
11 <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
12
13 <maintainer>
14 <foaf:Person>
15 <foaf:name>Daniel Veillard</foaf:name>
16 <gnome:userid>veillard</gnome:userid>
17 </foaf:Person>
18 </maintainer>
19 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698