[Zope3-checkins] SVN: Zope3/trunk/ Fix keywords. Use $Id$ wherever possible; in text documents, it is

Philipp von Weitershausen philikon at philikon.de
Mon May 17 01:39:10 EDT 2004


Log message for revision 24761:
Fix keywords. Use $Id$ wherever possible; in text documents, it is
sometimes useful to use $Rev$ (svn's pendant of $Revision$) and/or $Date$
(which is short for $LastChangedDate$).



-=-
Modified: Zope3/trunk/doc/security/SecurityTarget.txt
===================================================================
--- Zope3/trunk/doc/security/SecurityTarget.txt	2004-05-17 05:33:50 UTC (rev 24760)
+++ Zope3/trunk/doc/security/SecurityTarget.txt	2004-05-17 05:39:10 UTC (rev 24761)
@@ -1,11 +1,11 @@
 ===============================================================================
- Zope X3 Security Target for EAL 1 ($Revision: 1.14 $ - Draft)
+ Zope X3 Security Target for EAL 1 ($Rev$ - Draft)
 ===============================================================================
 
-:Version: $Revision: 1.14 $ (Draft)
-:Date: $Date: 2004/05/07 08:57:47 $
+:Version: $Rev$ (Draft)
+:Date: $Date$
 :Authors: Christian Theune <ct at gocept.com>, Steve Alexander <steve at catbox.net>, Jim Fulton <jim at zope.com>
-:DocumentID: $Id: SecurityTarget.txt,v 1.14 2004/05/07 08:57:47 jim Exp $
+:DocumentID: $Id$
 
 .. contents::
 
@@ -26,9 +26,9 @@
 
 :Document Title: Zope X3, Security target
 
-:Document ID: $Id: SecurityTarget.txt,v 1.14 2004/05/07 08:57:47 jim Exp $
+:Document ID: $Id$
 
-:Document Version: $Revision: 1.14 $
+:Document Version: $Rev$
 
 :Origin: Zope Corporation public CVS server
 


Property changes on: Zope3/trunk/doc/security/SecurityTarget.txt
___________________________________________________________________
Name: svn:keywords
   + Rev Date Id

Modified: Zope3/trunk/src/zope/app/datetimeutils.py
===================================================================
--- Zope3/trunk/src/zope/app/datetimeutils.py	2004-05-17 05:33:50 UTC (rev 24760)
+++ Zope3/trunk/src/zope/app/datetimeutils.py	2004-05-17 05:39:10 UTC (rev 24761)
@@ -17,9 +17,6 @@
 
 $Id$
 """
-
-__version__='$Revision: 1.10 $'[11:-2]
-
 import math
 import re
 import time as _time # there is a method definition that makes just "time"

Modified: Zope3/trunk/src/zope/app/registration/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/registration/README.txt	2004-05-17 05:33:50 UTC (rev 24760)
+++ Zope3/trunk/src/zope/app/registration/README.txt	2004-05-17 05:39:10 UTC (rev 24761)
@@ -3,7 +3,7 @@
 ============
 
 :Author: Jim Fulton
-:Version: $Revision: 1.2 $
+:Version: $Rev$
 
 Many services act as component registries.  Their primary job is to
 allow components to be looked up based on parameters such as names,


Property changes on: Zope3/trunk/src/zope/app/registration/README.txt
___________________________________________________________________
Name: svn:keywords
   + Rev

Modified: Zope3/trunk/src/zope/tal/talgettext.py
===================================================================
--- Zope3/trunk/src/zope/tal/talgettext.py	2004-05-17 05:33:50 UTC (rev 24760)
+++ Zope3/trunk/src/zope/tal/talgettext.py	2004-05-17 05:39:10 UTC (rev 24761)
@@ -27,7 +27,6 @@
         Update the existing translation <file> with any new translation strings
         found.
 """
-
 import sys
 import time
 import getopt
@@ -41,8 +40,6 @@
 from zope.tal.taldefs import TALExpressionError
 from zope.i18nmessageid import MessageID
 
-__version__ = '$Revision: 1.18 $'
-
 pot_header = '''\
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR ORGANIZATION

Modified: Zope3/trunk/utilities/unittestgui.py
===================================================================
--- Zope3/trunk/utilities/unittestgui.py	2004-05-17 05:33:50 UTC (rev 24760)
+++ Zope3/trunk/utilities/unittestgui.py	2004-05-17 05:39:10 UTC (rev 24761)
@@ -38,7 +38,7 @@
 """
 
 __author__ = "Steve Purcell (stephen_purcell at yahoo.com)"
-__version__ = "$Revision: 1.14 $"[11:-2]
+__version__ = "$Rev$"[6:-2]
 
 import linecache
 import unittest


Property changes on: Zope3/trunk/utilities/unittestgui.py
___________________________________________________________________
Name: svn:keywords
   + Rev




More information about the Zope3-Checkins mailing list