diff options
Diffstat (limited to 'plugins/resume_loop.xml')
-rw-r--r-- | plugins/resume_loop.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/resume_loop.xml b/plugins/resume_loop.xml deleted file mode 100644 index 124d61d..0000000 --- a/plugins/resume_loop.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> - <author>René 'Necoro' Neumann</author> - <name>Emerge Resume Loop</name> - <import>portato.plugins.resume_loop</import> - - <hooks> - <hook type="emerge" call="set_data" /> - - <hook type="after_emerge" call="resume_loop"> - <connect type="before">*</connect> - </hook> - </hooks> - - <options> - <option>disabled</option> - </options> - -</plugin> |