From: Roland Häder <roland@mxchange.org>
Date: Tue, 14 Sep 2010 14:21:09 +0000 (+0000)
Subject: SVN properties globally set
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=277625bc84b603b2e0b81a7d78e8c4c8bf340385;p=mailer.git

SVN properties globally set
---

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