diff --git a/lib/embulk/input/command.rb b/lib/embulk/input/command.rb deleted file mode 100644 index 3c3db45..0000000 --- a/lib/embulk/input/command.rb +++ /dev/null @@ -1,3 +0,0 @@ -Embulk::JavaPlugin.register_input( - "command", "org.embulk.input.CommandFileInputPlugin", - File.expand_path('../../../../classpath', __FILE__))