From c17e4add9717c3e50a586582754d63494e0a5a7c Mon Sep 17 00:00:00 2001
From: anekos
Date: Wed, 31 Mar 2010 11:29:46 +0000
Subject: mkplugins mkaddons コマンド削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37128 d0d07461-0603-4401-acd4-de1884942a52
---
reporter.js | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
(limited to 'reporter.js')
diff --git a/reporter.js b/reporter.js
index 5ddae9a..30927ad 100755
--- a/reporter.js
+++ b/reporter.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
mkreport
Write current information to the specified file
現在の情報を指定のファイルに書き出す。
- 1.0.0
+ 1.1.0
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -254,20 +254,6 @@ let PLUGIN_INFO =
action: Writers.preferences.action
});
- defineCommand({
- names: ['mkplugins'],
- desc: 'Write current plugin list to the specified file',
- options: [LIMIT_OPTION],
- action: Writer.plugins
- });
-
- defineCommand({
- names: ['mkaddons'],
- desc: 'Write current ' + config.hostApplication + ' Addon list to the specified file',
- options: [LIMIT_OPTION],
- action: Writer.addons
- });
-
defineCommand({
names: ['mkreport'],
desc: 'Write the report for your question.',
--
cgit v1.2.3