ooo-build r12644 - in trunk: . bin



Author: michael
Date: Fri May 23 13:22:32 2008
New Revision: 12644
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12644&view=rev

Log:
2008-05-15  Michael Meeks  <michael meeks novell com>

        * bin/cvs-tags-normalize: improve & clean up.



Modified:
   trunk/ChangeLog
   trunk/bin/cvs-tags-normalize

Modified: trunk/bin/cvs-tags-normalize
==============================================================================
--- trunk/bin/cvs-tags-normalize	(original)
+++ trunk/bin/cvs-tags-normalize	Fri May 23 13:22:32 2008
@@ -5,7 +5,6 @@
 # include that info ( e.g very important with files that are deleted where
 # it doesn't make sense for example to use cvsclean
 
-    s/\$RCSfile.*\$/\$RCSfile\$/;
-    s/\$Revision.*\$/\$Revision\$/;
-    s/\$Author:.*\$ \$/\$Author\$ \$/;
-    s/\$Date:.*\$/\$Date\$/;
+for $subs ('RCSfile', 'Revision', 'Author', 'Date', 'Header', 'Id') {
+    s/\$$subs:[^\$]+\$/\$$subs\$/;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]