From f2d6cd25da72ef28a94acb0983c5eb55dfae5e3a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 23 Sep 2005 19:31:41 +0000 Subject: R data/epiphany-extension.xsd: 2005-09-23 Christian Persch * data/Makefile.am: R data/epiphany-extension.xsd: * src/ephy-extensions-manager.c: (ephy_extensions_manager_load_xml_string), (ephy_extensions_manager_startup), (ephy_extensions_manager_finalize): Since the .xml format is deprecated, remove the (already #if 0'd) schema validation code. --- data/Makefile.am | 4 --- data/epiphany-extension.xsd | 78 --------------------------------------------- 2 files changed, 82 deletions(-) delete mode 100644 data/epiphany-extension.xsd (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index d24827a59..039aa59a6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -42,9 +42,6 @@ schemadir = $(GCONF_SCHEMA_FILE_DIR) schema_in_files = epiphany.schemas.in epiphany-lockdown.schemas.in schema_DATA = epiphany.schemas epiphany-lockdown.schemas -extensionschemadir = $(pkgdatadir) -extensionschema_DATA = epiphany-extension.xsd - aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml @@ -76,7 +73,6 @@ EXTRA_DIST = \ $(about_DATA) \ $(applications_DATA) \ $(mimepermission_DATA) \ - $(extensionschema_DATA) \ $(pkgconfig_DATA) \ $(default_prefs_in_FILES) \ $(xsl_DATA) \ diff --git a/data/epiphany-extension.xsd b/data/epiphany-extension.xsd deleted file mode 100644 index 63272a79f..000000000 --- a/data/epiphany-extension.xsd +++ /dev/null @@ -1,78 +0,0 @@ - - - - - Epiphany Web Browser extension metadata schema. - Copyright (c) 2004 Adam Hooper - - - - - - - - - Metadata about an extension. Note: the elements - must appear *in order* (unfortunately). - - - - - - - - - - - - - - - - - - The version of the extension's API. For most - extensions, this number will remain at - "1" indefinitely. The only reason to - increase it would be if any GObject classes - within the extension change parents. - - - - - - - - - An extension author -- a name and (optionally) - an email address. - - - - - - - - - The type of loader to use for the extension. - For example, "shlib". - - - - - - - - - - - - - - - - - -- cgit v1.2.3