From 277625bc84b603b2e0b81a7d78e8c4c8bf340385 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 14 Sep 2010 14:21:09 +0000
Subject: [PATCH] SVN properties globally set

---
 DOCS/prop-set.sh               | 2 --
 inc/phpmailer/test/phpunit.php | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/DOCS/prop-set.sh b/DOCS/prop-set.sh
index d78be89316..1df2b4ca7d 100755
--- a/DOCS/prop-set.sh
+++ b/DOCS/prop-set.sh
@@ -13,5 +13,3 @@ find -type f -name "*.png" -exec svn propset svn:mime-type "image/png" {} \;
 find -type f -name "*.gif" -exec svn propset svn:mime-type "image/gif" {} \;
 find -type f -name "*.txt" -exec svn propset svn:mime-type "text/plain" {} \;
 find -type f -name "*.tpl" -exec svn propset svn:mime-type "text/plain" {} \;
-
-find inc/phpmailer/ -type f -name "*.php" -exec svn propdel svn:keywords {} \;
diff --git a/inc/phpmailer/test/phpunit.php b/inc/phpmailer/test/phpunit.php
index 1d508680cc..59b8507f03 100644
--- a/inc/phpmailer/test/phpunit.php
+++ b/inc/phpmailer/test/phpunit.php
@@ -5,7 +5,7 @@
 // Written by Fred Yankowski <fred@ontosys.com>
 //            OntoSys, Inc  <http://www.OntoSys.com>
 //
-// $Id: phpunit.php,v 1.1 2002/03/30 19:32:17 bmatzelle Exp $
+// $Id$
 
 // Copyright (c) 2000 Fred Yankowski
 
-- 
2.39.5