Author: pfg
Date: Sat Dec 24 15:48:25 2016
New Revision: 1775979

URL: http://svn.apache.org/viewvc?rev=1775979&view=rev
Log:
Add some "Revision" svn keywords.

Revisions were used within the tree, perhaps inherited by previous 
CVS/Subversion usage. Re-use them now since we have been lazy about 
updating them manually and because they can be useful for bug reports.

Modified:
    openoffice/trunk/main/postprocess/packconfig/packconfig.pl   (contents, 
props changed)
    openoffice/trunk/main/postprocess/rebase/rebase.pl   (props changed)
    openoffice/trunk/main/postprocess/signing/signing.pl   (props changed)
    openoffice/trunk/main/sal/inc/rtl/cipher.h   (contents, props changed)
    openoffice/trunk/main/sal/inc/rtl/crc.h   (contents, props changed)
    openoffice/trunk/main/sal/inc/rtl/digest.h   (contents, props changed)
    openoffice/trunk/main/sal/inc/rtl/random.h   (contents, props changed)
    openoffice/trunk/main/sal/rtl/source/cipher.c   (contents, props changed)
    openoffice/trunk/main/sal/rtl/source/crc.c   (contents, props changed)
    openoffice/trunk/main/sal/rtl/source/digest.c   (contents, props changed)
    openoffice/trunk/main/sal/rtl/source/random.c   (contents, props changed)
    openoffice/trunk/main/solenv/bin/build.pl   (contents, props changed)
    openoffice/trunk/main/solenv/bin/deliver.pl   (contents, props changed)
    openoffice/trunk/main/solenv/bin/packimages.pl   (contents, props changed)
    openoffice/trunk/main/solenv/bin/zipdep.pl   (contents, props changed)
    openoffice/trunk/main/solenv/inc/libs.mk   (contents, props changed)
    openoffice/trunk/main/store/inc/store/store.h   (contents, props changed)
    openoffice/trunk/main/store/inc/store/types.h   (contents, props changed)
    openoffice/trunk/main/store/source/storbase.hxx   (contents, props changed)
    openoffice/trunk/main/store/source/storcach.hxx   (contents, props changed)
    openoffice/trunk/main/store/source/storlckb.hxx   (contents, props changed)
    openoffice/trunk/main/store/source/storpage.hxx   (contents, props changed)
    openoffice/trunk/main/store/source/stortree.hxx   (contents, props changed)
    openoffice/trunk/main/store/workben/t_store.cxx   (contents, props changed)

Modified: openoffice/trunk/main/postprocess/packconfig/packconfig.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packconfig/packconfig.pl?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/postprocess/packconfig/packconfig.pl (original)
+++ openoffice/trunk/main/postprocess/packconfig/packconfig.pl Sat Dec 24 
15:48:25 2016
@@ -48,7 +48,7 @@ my $do_rebuild = 0;          # is rebuil
 ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
 
 my $script_rev;
-my $id_str = ' $Revision: 1.3.24.2 $ ';
+my $id_str = ' $Revision$ ';
 $id_str =~ /Revision:\s+(\S+)\s+\$/
   ? ($script_rev = $1) : ($script_rev = "-");
 

Propchange: openoffice/trunk/main/postprocess/packconfig/packconfig.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Propchange: openoffice/trunk/main/postprocess/rebase/rebase.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Propchange: openoffice/trunk/main/postprocess/signing/signing.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/inc/rtl/cipher.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/cipher.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/inc/rtl/cipher.h (original)
+++ openoffice/trunk/main/sal/inc/rtl/cipher.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _RTL_CIPHER_H_
-#define _RTL_CIPHER_H_ "$Revision: 1.7 $"
+#define _RTL_CIPHER_H_ "$Revision$"
 
 #include <sal/types.h>
 

Propchange: openoffice/trunk/main/sal/inc/rtl/cipher.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/inc/rtl/crc.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/crc.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/inc/rtl/crc.h (original)
+++ openoffice/trunk/main/sal/inc/rtl/crc.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _RTL_CRC_H_
-#define _RTL_CRC_H_ "$Revision: 1.4 $"
+#define _RTL_CRC_H_ "$Revision$"
 
 #include <sal/types.h>
 

Propchange: openoffice/trunk/main/sal/inc/rtl/crc.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/inc/rtl/digest.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/digest.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/inc/rtl/digest.h (original)
+++ openoffice/trunk/main/sal/inc/rtl/digest.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _RTL_DIGEST_H_
-#define _RTL_DIGEST_H_ "$Revision: 1.8 $"
+#define _RTL_DIGEST_H_ "$Revision$"
 
 #include <sal/types.h>
 

Propchange: openoffice/trunk/main/sal/inc/rtl/digest.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/inc/rtl/random.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/inc/rtl/random.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/inc/rtl/random.h (original)
+++ openoffice/trunk/main/sal/inc/rtl/random.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _RTL_RANDOM_H_
-#define _RTL_RANDOM_H_ "$Revision: 1.7 $"
+#define _RTL_RANDOM_H_ "$Revision$"
 
 #include <sal/types.h>
 

Propchange: openoffice/trunk/main/sal/inc/rtl/random.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/rtl/source/cipher.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/rtl/source/cipher.c?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/rtl/source/cipher.c (original)
+++ openoffice/trunk/main/sal/rtl/source/cipher.c Sat Dec 24 15:48:25 2016
@@ -21,7 +21,7 @@
 
 
 
-#define _RTL_CIPHER_C_ "$Revision: 1.5 $"
+#define _RTL_CIPHER_C_ "$Revision$"
 
 #include <sal/types.h>
 #include <rtl/alloc.h>

Propchange: openoffice/trunk/main/sal/rtl/source/cipher.c
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/rtl/source/crc.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/rtl/source/crc.c?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/rtl/source/crc.c (original)
+++ openoffice/trunk/main/sal/rtl/source/crc.c Sat Dec 24 15:48:25 2016
@@ -21,7 +21,7 @@
 
 
 
-#define _RTL_CRC_C_ "$Revision: 1.3 $"
+#define _RTL_CRC_C_ "$Revision$"
 
 #include <sal/types.h>
 #include <rtl/crc.h>

Propchange: openoffice/trunk/main/sal/rtl/source/crc.c
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/rtl/source/digest.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/rtl/source/digest.c?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/rtl/source/digest.c (original)
+++ openoffice/trunk/main/sal/rtl/source/digest.c Sat Dec 24 15:48:25 2016
@@ -21,7 +21,7 @@
 
 
 
-#define _RTL_DIGEST_C_ "$Revision: 1.9 $"
+#define _RTL_DIGEST_C_ "$Revision$"
 
 #include <sal/types.h>
 #include <sal/macros.h>

Propchange: openoffice/trunk/main/sal/rtl/source/digest.c
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/sal/rtl/source/random.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/rtl/source/random.c?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/sal/rtl/source/random.c (original)
+++ openoffice/trunk/main/sal/rtl/source/random.c Sat Dec 24 15:48:25 2016
@@ -21,7 +21,7 @@
 
 
 
-#define _RTL_RANDOM_C_ "$Revision: 1.6 $"
+#define _RTL_RANDOM_C_ "$Revision$"
 
 #include <sal/types.h>
 #include <osl/thread.h>

Propchange: openoffice/trunk/main/sal/rtl/source/random.c
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/solenv/bin/build.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/build.pl?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/build.pl (original)
+++ openoffice/trunk/main/solenv/bin/build.pl Sat Dec 24 15:48:25 2016
@@ -69,7 +69,7 @@
 #### script id #####
 
     ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
-    my $id_str = ' $Revision: 275224 $ ';
+    my $id_str = ' $Revision$ ';
     my $script_rev = 0;
     $id_str =~ /Revision:\s+(\S+)\s+\$/
       ? ($script_rev = $1) : ($script_rev = "-");

Propchange: openoffice/trunk/main/solenv/bin/build.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/solenv/bin/deliver.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/deliver.pl?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/deliver.pl (original)
+++ openoffice/trunk/main/solenv/bin/deliver.pl Sat Dec 24 15:48:25 2016
@@ -39,7 +39,7 @@ use File::Spec;
 
 ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; 
 
-$id_str = ' $Revision: 275594 $ ';
+$id_str = ' $Revision$ ';
 $id_str =~ /Revision:\s+(\S+)\s+\$/
   ? ($script_rev = $1) : ($script_rev = "-");
 

Propchange: openoffice/trunk/main/solenv/bin/deliver.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/solenv/bin/packimages.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/packimages.pl?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/packimages.pl (original)
+++ openoffice/trunk/main/solenv/bin/packimages.pl Sat Dec 24 15:48:25 2016
@@ -56,7 +56,7 @@ my @custom_list;
 ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
 
 my $script_rev;
-my $id_str = ' $Revision: 1.17 $ ';
+my $id_str = ' $Revision$ ';
 $id_str =~ /Revision:\s+(\S+)\s+\$/
   ? ($script_rev = $1) : ($script_rev = "-");
 

Propchange: openoffice/trunk/main/solenv/bin/packimages.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/solenv/bin/zipdep.pl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/zipdep.pl?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/zipdep.pl (original)
+++ openoffice/trunk/main/solenv/bin/zipdep.pl Sat Dec 24 15:48:25 2016
@@ -33,7 +33,7 @@ use Cwd;
 
 ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; 
 
-$id_str = ' $Revision: 1.12 $ ';
+$id_str = ' $Revision$ ';
 $id_str =~ /Revision:\s+(\S+)\s+\$/
   ? ($script_rev = $1) : ($script_rev = "-");
 

Propchange: openoffice/trunk/main/solenv/bin/zipdep.pl
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/solenv/inc/libs.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/inc/libs.mk?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/inc/libs.mk (original)
+++ openoffice/trunk/main/solenv/inc/libs.mk Sat Dec 24 15:48:25 2016
@@ -19,7 +19,7 @@
 #  
 #**************************************************************
 
-LIBSMKREV!:="$$Revision: 1.134.2.3 $$"
+LIBSMKREV!:="$$Revision$$"
 
 .IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
 

Propchange: openoffice/trunk/main/solenv/inc/libs.mk
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/inc/store/store.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/inc/store/store.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/inc/store/store.h (original)
+++ openoffice/trunk/main/store/inc/store/store.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORE_H_
-#define _STORE_STORE_H_ "$Revision: 1.6 $"
+#define _STORE_STORE_H_ "$Revision$"
 
 #include <store/types.h>
 

Propchange: openoffice/trunk/main/store/inc/store/store.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/inc/store/types.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/inc/store/types.h?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/inc/store/types.h (original)
+++ openoffice/trunk/main/store/inc/store/types.h Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_TYPES_H_
-#define _STORE_TYPES_H_ "$Revision: 1.8 $"
+#define _STORE_TYPES_H_ "$Revision$"
 
 #include <sal/types.h>
 #include <rtl/ustring.h>

Propchange: openoffice/trunk/main/store/inc/store/types.h
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/source/storbase.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/source/storbase.hxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/source/storbase.hxx (original)
+++ openoffice/trunk/main/store/source/storbase.hxx Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORBASE_HXX_
-#define _STORE_STORBASE_HXX_ "$Revision: 1.10.8.4 $"
+#define _STORE_STORBASE_HXX_ "$Revision$"
 
 #include "sal/types.h"
 

Propchange: openoffice/trunk/main/store/source/storbase.hxx
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/source/storcach.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/source/storcach.hxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/source/storcach.hxx (original)
+++ openoffice/trunk/main/store/source/storcach.hxx Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORCACH_HXX
-#define _STORE_STORCACH_HXX "$Revision: 1.6.8.2 $"
+#define _STORE_STORCACH_HXX "$Revision$"
 
 #include "sal/types.h"
 #include "rtl/ref.hxx"

Propchange: openoffice/trunk/main/store/source/storcach.hxx
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/source/storlckb.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/source/storlckb.hxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/source/storlckb.hxx (original)
+++ openoffice/trunk/main/store/source/storlckb.hxx Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORLCKB_HXX_
-#define _STORE_STORLCKB_HXX_ "$Revision: 1.6.8.1 $"
+#define _STORE_STORLCKB_HXX_ "$Revision$"
 
 #include "sal/types.h"
 

Propchange: openoffice/trunk/main/store/source/storlckb.hxx
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/source/storpage.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/source/storpage.hxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/source/storpage.hxx (original)
+++ openoffice/trunk/main/store/source/storpage.hxx Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORPAGE_HXX_
-#define _STORE_STORPAGE_HXX_ "$Revision: 1.6.8.2 $"
+#define _STORE_STORPAGE_HXX_ "$Revision$"
 
 #include "sal/types.h"
 

Propchange: openoffice/trunk/main/store/source/storpage.hxx
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/source/stortree.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/source/stortree.hxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/source/stortree.hxx (original)
+++ openoffice/trunk/main/store/source/stortree.hxx Sat Dec 24 15:48:25 2016
@@ -22,7 +22,7 @@
 
 
 #ifndef _STORE_STORTREE_HXX
-#define _STORE_STORTREE_HXX "$Revision: 1.6.8.2 $"
+#define _STORE_STORTREE_HXX "$Revision$"
 
 #include "sal/types.h"
 

Propchange: openoffice/trunk/main/store/source/stortree.hxx
------------------------------------------------------------------------------
    svn:keywords = Revision

Modified: openoffice/trunk/main/store/workben/t_store.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/store/workben/t_store.cxx?rev=1775979&r1=1775978&r2=1775979&view=diff
==============================================================================
--- openoffice/trunk/main/store/workben/t_store.cxx (original)
+++ openoffice/trunk/main/store/workben/t_store.cxx Sat Dec 24 15:48:25 2016
@@ -24,7 +24,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_store.hxx"
 
-#define _T_STORE_CXX "$Revision: 1.7.8.2 $"
+#define _T_STORE_CXX "$Revision$"
 #include <sal/types.h>
 #include <osl/diagnose.h>
 #include <osl/thread.h>

Propchange: openoffice/trunk/main/store/workben/t_store.cxx
------------------------------------------------------------------------------
    svn:keywords = Revision


Reply via email to