Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-11-01 01:38:22 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-01 01:38:22 +0400
commitb2bcbbe5e3442c3fcfdd7392c93c36f785a8be7a (patch)
treedc73631493d207169cb2d3a5be058dd770392a04 /plugins/ExamplePlugin/plugin.json
parent3e16dd59c1dbe5e846940251cc544d22abdbc09f (diff)
refs #4209 removed deprecated example plugin
Diffstat (limited to 'plugins/ExamplePlugin/plugin.json')
-rw-r--r--plugins/ExamplePlugin/plugin.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
deleted file mode 100644
index 31825c0f23..0000000000
--- a/plugins/ExamplePlugin/plugin.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "ExamplePlugin",
- "description": "Example Plugin: This plugin shows how to create a simple plugin that creates three new widgets that can be added in the Dashboard.",
- "version": "1.0",
- "keywords": ["example", "widget"],
- "homepage": "http://piwik.org",
- "license": "GPL-3.0+",
- "authors": [
- {
- "name": "Piwik",
- "email": "hello@piwik.org",
- "homepage": "http://piwik.org"
- }
- ]
-} \ No newline at end of file