Kouhei Sutou
null+****@clear*****
Tue May 20 14:16:45 JST 2014
Kouhei Sutou 2014-05-20 14:16:45 +0900 (Tue, 20 May 2014) New Revision: 7a5ed2f7d0b05c6ec52b07ea5978a5924b17251a https://github.com/droonga/droonga-engine/commit/7a5ed2f7d0b05c6ec52b07ea5978a5924b17251a Message: Remove Engine namespace Because Droonga::Engine is long namespace. Modified files: bin/droonga-engine bin/droonga-engine-service Renamed files: lib/droonga/command/droonga_engine.rb (from lib/droonga/engine/command/droonga_engine.rb) Modified: bin/droonga-engine (+2 -2) =================================================================== --- bin/droonga-engine 2014-05-19 15:41:24 +0900 (f5c9b47) +++ bin/droonga-engine 2014-05-20 14:16:45 +0900 (c4abf44) @@ -15,6 +15,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/engine/command/droonga_engine" +require "droonga/command/droonga_engine" -exit(Droonga::Engine::Command::DroongaEngine::Supervisor.run(ARGV)) +exit(Droonga::Command::DroongaEngine::Supervisor.run(ARGV)) Modified: bin/droonga-engine-service (+2 -2) =================================================================== --- bin/droonga-engine-service 2014-05-19 15:41:24 +0900 (a33deb1) +++ bin/droonga-engine-service 2014-05-20 14:16:45 +0900 (b1fdeaf) @@ -15,6 +15,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/engine/command/droonga_engine" +require "droonga/command/droonga_engine" -exit(Droonga::Engine::Command::DroongaEngine::Service.run(ARGV)) +exit(Droonga::Command::DroongaEngine::Service.run(ARGV)) Renamed: lib/droonga/command/droonga_engine.rb (+0 -2) 99% =================================================================== --- lib/droonga/engine/command/droonga_engine.rb 2014-05-19 15:41:24 +0900 (770c3df) +++ lib/droonga/command/droonga_engine.rb 2014-05-20 14:16:45 +0900 (5b005fc) @@ -25,7 +25,6 @@ require "droonga/fluent_message_receiver" require "droonga/plugin_loader" module Droonga - class Engine module Command module DroongaEngine module Signals @@ -439,5 +438,4 @@ module Droonga end end end - end end -------------- next part -------------- HTML����������������������������...下载