Quellcode durchsuchen

Remove redundant plugin

Change-Id: I487281f39085c3697b6a783454a155d7c144701e
Reviewed-on: http://gerrit.dmdirc.com/1696
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.5
Greg Holmes vor 13 Jahren
Ursprung
Commit
c2331993fd

+ 0
- 56
src/com/dmdirc/addons/addonbrowser/BrowserPlugin.java Datei anzeigen

@@ -1,56 +0,0 @@
1
-/*
2
- * 
3
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
4
- * 
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy
6
- * of this software and associated documentation files (the "Software"), to deal
7
- * in the Software without restriction, including without limitation the rights
8
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- * copies of the Software, and to permit persons to whom the Software is
10
- * furnished to do so, subject to the following conditions:
11
- * 
12
- * The above copyright notice and this permission notice shall be included in
13
- * all copies or substantial portions of the Software.
14
- * 
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- * SOFTWARE.
22
- */
23
-
24
-package com.dmdirc.addons.addonbrowser;
25
-
26
-import com.dmdirc.config.prefs.PluginPreferencesCategory;
27
-import com.dmdirc.config.prefs.PreferencesCategory;
28
-import com.dmdirc.config.prefs.PreferencesDialogModel;
29
-import com.dmdirc.plugins.Plugin;
30
-
31
-/**
32
- * Placeholder addon browser plugin.
33
- */
34
-public class BrowserPlugin extends Plugin {
35
-
36
-    /** {@inheritDoc} */
37
-    @Override
38
-    public void onLoad() {
39
-    }
40
-
41
-    /** {@inheritDoc} */
42
-    @Override
43
-    public void onUnload() {
44
-    }
45
-
46
-    /** {@inheritDoc} */
47
-    @Override
48
-    public void showConfig(final PreferencesDialogModel manager) {
49
-        PreferencesCategory category = new PluginPreferencesCategory(
50
-                getPluginInfo(), "Addon Browser",
51
-                "This addon is now part of the Swing UI and is no longer " +
52
-                "required. The plugin may be manually deleted from your " +
53
-                "plugins directory.");
54
-        manager.getCategory("Plugins").addSubCategory(category);
55
-    }
56
-}

+ 0
- 22
src/com/dmdirc/addons/addonbrowser/plugin.config Datei anzeigen

@@ -1,22 +0,0 @@
1
-# This is a DMDirc configuration file.
2
-
3
-# This section indicates which sections below take key/value
4
-# pairs, rather than a simple list. It should be placed above
5
-# any sections that take key/values.
6
-keysections:
7
-  metadata
8
-  updates
9
-  version
10
-
11
-metadata:
12
-  author=Greg <greg@dmdirc.com>
13
-  mainclass=com.dmdirc.addons.addonbrowser.BrowserPlugin
14
-  description=Defunct Addon Browser
15
-  name=addonbrowser
16
-  nicename=Addon Browser
17
-
18
-updates:
19
-  id=26
20
-
21
-version:
22
-  friendly=1.0

Laden…
Abbrechen
Speichern