You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2008/01/02 06:57:28 UTC

svn commit: r608018 - in /httpcomponents/oac.hc3x/trunk: ./ src/contrib/org/apache/commons/httpclient/contrib/ssl/ src/examples/ src/java/org/apache/commons/httpclient/cookie/ src/test/org/apache/commons/httpclient/ src/test/org/apache/commons/httpclie...

Author: rolandw
Date: Tue Jan  1 21:57:23 2008
New Revision: 608018

URL: http://svn.apache.org/viewvc?rev=608018&view=rev
Log:
replaced more CVS keywords with SVN keywords

Modified:
    httpcomponents/oac.hc3x/trunk/checkstyle.properties
    httpcomponents/oac.hc3x/trunk/checkstyle.xml.properties
    httpcomponents/oac.hc3x/trunk/license.regexp
    httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/SocketFactoryWrapper.java
    httpcomponents/oac.hc3x/trunk/src/examples/ClientApp.java
    httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java
    httpcomponents/oac.hc3x/trunk/src/examples/PostSOAP.java
    httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePathComparator.java
    httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/TestHttpConnection.java
    httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookiePathComparator.java
    httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestParamsAll.java
    httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java

Modified: httpcomponents/oac.hc3x/trunk/checkstyle.properties
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/checkstyle.properties?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/checkstyle.properties (original)
+++ httpcomponents/oac.hc3x/trunk/checkstyle.properties Tue Jan  1 21:57:23 2008
@@ -39,9 +39,9 @@
 checkstyle.maxlinelen=100
 checkstyle.tab.width=4
 checkstyle.ignore.importlength=false
-checkstyle.ignore.maxlinelen=Header:
+checkstyle.ignore.maxlinelen=HeadURL:
 <!-- TODO: maxlinelen should be somthing more like
-     "^ \* \$Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/checkstyle.properties,v 1.3 2003/02/01 12:58:39 jsdever Exp $$"
+     "^ \* \$HeadXXX: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/checkstyle.properties,v 1.3 2003/02/01 12:58:39 jsdever Exp $$"
 -->
 checkstyle.maxmethodlen=150
 checkstyle.maxconstructorlen=150

Modified: httpcomponents/oac.hc3x/trunk/checkstyle.xml.properties
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/checkstyle.xml.properties?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/checkstyle.xml.properties (original)
+++ httpcomponents/oac.hc3x/trunk/checkstyle.xml.properties Tue Jan  1 21:57:23 2008
@@ -68,10 +68,10 @@
         <!-- Size Violations checks -->
         <module name="LineLength">
             <property name="max" value="100"/>
-            <property name="ignorePattern" value="Header:"/>
+            <property name="ignorePattern" value="HeadURL:"/>
         </module>
         <!-- TODO: maxlinelen should be somthing more like
-            "^ \* \$Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/checkstyle.xml.properties,v 1.1 2003/10/03 18:44:13 oglueck Exp $$"
+            "^ \* \$HeadXXX: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/checkstyle.xml.properties,v 1.1 2003/10/03 18:44:13 oglueck Exp $$"
         -->
         <module name="MethodLength">
             <property name="max" value="150"/>

Modified: httpcomponents/oac.hc3x/trunk/license.regexp
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/license.regexp?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/license.regexp (original)
+++ httpcomponents/oac.hc3x/trunk/license.regexp Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /\*
- \* \$Header: .*
+ \* \$HeadURL: .*
  \* \$Revision: .*
  \* \$Date: .*
  \*

Modified: httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/SocketFactoryWrapper.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/SocketFactoryWrapper.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/SocketFactoryWrapper.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/SocketFactoryWrapper.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  *

Modified: httpcomponents/oac.hc3x/trunk/src/examples/ClientApp.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/ClientApp.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/examples/ClientApp.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/examples/ClientApp.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/examples/PostSOAP.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/PostSOAP.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/examples/PostSOAP.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/examples/PostSOAP.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePathComparator.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePathComparator.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePathComparator.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePathComparator.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision:400312 $
  * $Date:2006-05-06 14:49:41 +0200 (Sat, 06 May 2006) $
  *

Modified: httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/TestHttpConnection.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/TestHttpConnection.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/TestHttpConnection.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/TestHttpConnection.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookiePathComparator.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookiePathComparator.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookiePathComparator.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookiePathComparator.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $HeaderURL$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestParamsAll.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestParamsAll.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestParamsAll.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestParamsAll.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================

Modified: httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java?rev=608018&r1=608017&r2=608018&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java (original)
+++ httpcomponents/oac.hc3x/trunk/src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java Tue Jan  1 21:57:23 2008
@@ -1,5 +1,5 @@
 /*
- * $Header$
+ * $HeadURL$
  * $Revision$
  * $Date$
  * ====================================================================