OSDN Git Service

- fixed ident mismatch.
authorYoshinari Takaoka <mumumu@mumumu.org>
Sun, 19 Jul 2009 16:43:25 +0000 (01:43 +0900)
committerYoshinari Takaoka <mumumu@mumumu.org>
Sun, 19 Jul 2009 16:43:25 +0000 (01:43 +0900)
14 files changed:
bin/ethna.bat
bin/ethna.sh
bin/ethna_make_package.sh
class/Plugin/Handle/Help.php
class/Renderer/Ethna_Renderer_Rhaco.php
misc/ethna_zsh_config
test/Ethna_ActionForm_Validator_Min_Test.php
test/skel/skel.action.404.php
test/skel/skel.action.500.php
test/skel/skel.action.formhelper.php
test/skel/skel.action.i18ntest.php
test/skel/skel.action.json.php
test/skel/skel.action.redirect.php
test/skel/skel.view.i18ntest.php

index 521dd55..23f45bb 100755 (executable)
@@ -5,7 +5,7 @@ rem   ethna.bat
 rem
 rem   simple command line gateway
 rem
-rem   $Id: ethna.bat 457 2007-02-07 11:14:39Z ichii386 $
+rem   $Id$
 rem
 
 if "%OS%"=="Windows_NT" @setlocal
index 116a1fa..5b94595 100755 (executable)
@@ -4,7 +4,7 @@
 #
 #   simple command line gateway
 #
-#   $Id: ethna.sh 439 2007-01-04 06:23:15Z ichii386 $
+#   $Id$
 #
 
 CUR_DIR="$PWD"
index 9f73954..08e190a 100755 (executable)
@@ -4,7 +4,7 @@
 #
 #   ...:(
 #
-#   $Id: ethna_make_package.sh 461 2007-04-19 14:50:45Z ichii386 $
+#   $Id$
 #
 tmpdir="/tmp/ethna"
 
index 803f94e..e7fbb9f 100644 (file)
@@ -6,7 +6,7 @@
  *  @author     Tomoyuki MARUTA <maru_cc@users.sourceforge.jp>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
  *  @package    Ethna
- *  @version    $Id:  $
+ *  @version    $Id$
  */
 
 // {{{ Ethna_Plugin_Handle_Help
index f40e9c2..4e0e5f4 100644 (file)
@@ -5,7 +5,7 @@
  *  @author     TSURUOKA Naoya <tsuruoka@php.net>
  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
  *  @package    Ethna
- *  @version    $Id: Ethna_Renderer_Rhaco.php,v 1.16 2007/01/17 18:38:51 ichii386 Exp $
+ *  @version    $Id$
  */
 
 set_include_path(get_include_path() . PATH_SEPARATOR . BASE . '/lib/rhaco');
index b8cbd71..547efb3 100644 (file)
@@ -11,7 +11,7 @@
 #
 # note:
 #   - we tested this function only with Debian/GNU Linux.
-#   - $Id: _ethna 411 2006-11-17 02:32:32Z ichii386 $
+#   - $Id$
 
 _ethna() {
     local curcontext="$curcontext" state line expl ret=1
index c8d2fd6..b458d5f 100644 (file)
@@ -4,7 +4,7 @@
  *  Ethna_ActionForm_Validator_Min_Test.php
  *
  *  @author     Yoshinari Takaoka <takaoka@beatcraft.com>
- *  @version    $Id: Ethna_ActionForm_Test.php 494 2008-04-05 19:04:17Z mumumu-org $
+ *  @version    $Id$
  */
 
 // {{{    Ethna_ActionForm_Validator_Min_Test
index 67ddb4c..9bc7ae2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index 02e9ef3..ea69cba 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index e5ca852..a220971 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index ae56b26..eb0176b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index 2f2e999..b260667 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index 13f7197..786ef32 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.action.php 568 2008-06-07 22:55:10Z mumumu-org $
+ *  @version    $Id$
  */
 
 /**
index c46d12f..7b73c14 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  @author     {$author}
  *  @package    {$project_id}
- *  @version    $Id: skel.view.php 532 2008-05-13 22:41:22Z mumumu-org $
+ *  @version    $Id$
  */
 
  _et("view global");