[Groonga-commit] droonga/droonga.org at f9451f4 [gh-pages] Fix wrong examples for plugin path

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 11:23:26 JST 2014


YUKI Hiroshi	2014-01-06 11:23:26 +0900 (Mon, 06 Jan 2014)

  New Revision: f9451f40f4fe31921280c3aacd9500120e19ba4a
  https://github.com/droonga/droonga.org/commit/f9451f40f4fe31921280c3aacd9500120e19ba4a

  Message:
    Fix wrong examples for plugin path

  Modified files:
    _posts/2013-12-29-release.md

  Modified: _posts/2013-12-29-release.md (+2 -2)
===================================================================
--- _posts/2013-12-29-release.md    2013-12-30 21:23:54 +0900 (a95e648)
+++ _posts/2013-12-29-release.md    2014-01-06 11:23:26 +0900 (c01e731)
@@ -27,11 +27,11 @@ The release has the following improvements:
 
    Old:
 
-       droonga/plugin/#{PLUGIN_TYPE}/#{PLUGIN_NAME}.rb
+       droonga/plugin/#{PLUGIN_TYPE}_#{PLUGIN_NAME}.rb
 
    New:
 
-       droonga/plugin/#{PLUGIN_TYPE}_#{PLUGIN_NAME}.rb
+       droonga/plugin/#{PLUGIN_TYPE}/#{PLUGIN_NAME}.rb
 
    We use a directory per plugin type instead of putting all plugins to `droonga/plugin/` directory. Because it is more maintainable.
  * Split adapter plugin into input adapter plugin and output adapter plugin. You can in the next release.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index