From 2893f02bfa15bfcedda7310109e929ac7486d3be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 10 Mar 2010 01:01:18 +0000 Subject: [PATCH] Missing properties added, prop-set.sh imroved --- DOCS/prop-set.sh | 4 +--- inc/extensions/ext-forced.php | 6 +++--- inc/extensions/ext-report.php | 6 +++--- inc/modules/member/what-sponsor_list.php | 6 +++--- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/DOCS/prop-set.sh b/DOCS/prop-set.sh index 41f78695e1..4188bd5ad9 100755 --- a/DOCS/prop-set.sh +++ b/DOCS/prop-set.sh @@ -1,6 +1,4 @@ #!/bin/sh find -type f -name "*.php" -exec svn propset svn:keywords "Author Id Revision HeadURL Date Tag" {} \; -cd inc/phpmailer/ -find -type f -name "*.php" -exec svn propdel svn:keywords {} \; -cd - +find inc/phpmailer/ -type f -name "*.php" -exec svn propdel svn:keywords {} \; diff --git a/inc/extensions/ext-forced.php b/inc/extensions/ext-forced.php index 6ccd9aff71..090eeb0945 100644 --- a/inc/extensions/ext-forced.php +++ b/inc/extensions/ext-forced.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * diff --git a/inc/extensions/ext-report.php b/inc/extensions/ext-report.php index 975f9dd5d3..08817d1eb2 100644 --- a/inc/extensions/ext-report.php +++ b/inc/extensions/ext-report.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Automatisierte Bugmelde-Erweiterung * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * diff --git a/inc/modules/member/what-sponsor_list.php b/inc/modules/member/what-sponsor_list.php index e8f2d2cfc9..76c35c1038 100644 --- a/inc/modules/member/what-sponsor_list.php +++ b/inc/modules/member/what-sponsor_list.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Unsere Sponsoren vorstellen * * -------------------------------------------------------------------- * - * $Revision:: 1690 $ * - * $Date:: 2010-01-01 17:04:52 +0100 (Fri, 01 Jan 2010) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * -- 2.30.2