From 7cfe0a70eda671ada6a46cd779ef9308f7e0fdb9 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 8 Sep 2014 18:34:04 +0200 Subject: Removing the XML plugin. Left a README, just in case someone will discover the remnants of it decades from now. --- plugins/xml/xmlentries.ml4 | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 plugins/xml/xmlentries.ml4 (limited to 'plugins/xml/xmlentries.ml4') diff --git a/plugins/xml/xmlentries.ml4 b/plugins/xml/xmlentries.ml4 deleted file mode 100644 index 8cf3a0bdce..0000000000 --- a/plugins/xml/xmlentries.ml4 +++ /dev/null @@ -1,32 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* [ Some fn ] -| [ ] -> [ None ] -END - -(* Print XML and Show XML *) - -VERNAC COMMAND EXTEND Xml CLASSIFIED AS QUERY -| [ "Print" "XML" filename(fn) global(qid) ] -> [ Xmlcommand.print_ref qid fn ] - -| [ "Show" "XML" filename(fn) "Proof" ] -> [ Xmlcommand.show fn ] -END -- cgit v1.2.3