diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-04 17:58:19 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-04 17:58:19 +0200 |
commit | 92017bd23d9b29810fb6a5a4987daa810fe5bb42 (patch) | |
tree | 532a29963f0f867d102a02ee853cabf7e19abba6 /plugins/exception.xml | |
parent | 657ca163ea9fc4992c004b8b7daf33a72b6e571a (diff) | |
download | portato-92017bd23d9b29810fb6a5a4987daa810fe5bb42.tar.gz portato-92017bd23d9b29810fb6a5a4987daa810fe5bb42.tar.bz2 portato-92017bd23d9b29810fb6a5a4987daa810fe5bb42.zip |
Ported remaining plugins
Diffstat (limited to '')
-rw-r--r-- | plugins/exception.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/exception.xml b/plugins/exception.xml deleted file mode 100644 index 385e743..0000000 --- a/plugins/exception.xml +++ /dev/null @@ -1,13 +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>Exception Thrower</name> - - <import>portato.plugins.exception</import> - - <menu> - <item call="throw">Throw exception</item> - </menu> - -</plugin> |