You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/19 10:18:55 UTC

svn commit: r326458 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh

Author: dlydick
Date: Wed Oct 19 01:18:36 2005
New Revision: 326458

URL: http://svn.apache.org/viewcvs?rev=326458&view=rev
Log:
Recognize the AUTHORS file in the special cases list.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh?rev=326458&r1=326457&r2=326458&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/dox_filter.sh Wed Oct 19 01:18:36 2005
@@ -27,12 +27,15 @@
 # please refer to @link ./LICENSE LICENSE@endlink.
 #
 #
-# @todo  A Windows .BAT version of this script needs to be written
+# @todo  HARMONY-6-dox_filter.sh-1 A Windows .BAT version of this
+#        script needs to be written
 #
 #
 # @section Control
 #
-# \$URL$ \$Id$
+# \$URL$
+#
+# \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -56,6 +59,7 @@
 # @date \$LastChangedDate$
 #
 # @author \$LastChangedBy$
+#
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference
@@ -94,7 +98,7 @@
     convertit=1
 else
     case $FILENAME in
-        INSTALL | LICENSE | README) convertit=2;;
+        AUTHORS | INSTALL | LICENSE | README) convertit=2;;
         *);;
     esac
 fi