diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 06:31:23 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 06:31:23 +0800 |
commit | c0e325a7b10904f1a49f18696938c679b054f9f7 (patch) | |
tree | cb904dc0146debca32a1e65548df8ef8a84616e0 | |
parent | e00a88869cc659b8980f9516d632314bf9529cda (diff) | |
download | gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.gz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.bz2 gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.lz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.xz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.zst gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.zip |
Comment that unfortunately, elements in <extension> must be in order.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany-extension.xsd | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-10-29 Adam Hooper <adamh@cvs.gnome.org> + * data/epiphany-extension.xsd: + + Comment that unfortunately, elements in <extension> must be in order. + +2004-10-29 Adam Hooper <adamh@cvs.gnome.org> + * configure.ac: Depend on libxml 2.6.12 (for its fix of bug 150647). diff --git a/data/epiphany-extension.xsd b/data/epiphany-extension.xsd index 4898b1ce7..63272a79f 100644 --- a/data/epiphany-extension.xsd +++ b/data/epiphany-extension.xsd @@ -12,7 +12,8 @@ <xsd:complexType name="ExtensionType"> <xsd:annotation> <xsd:documentation xml:lang="en"> - Metadata about an extension. + Metadata about an extension. Note: the elements + must appear *in order* (unfortunately). </xsd:documentation> </xsd:annotation> <xsd:sequence> |