You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2003/05/26 20:36:53 UTC

cvs commit: jakarta-commons/httpclient build.xml

olegk       2003/05/26 11:36:53

  Modified:    httpclient build.xml
  Log:
  Bug fix #20229 (Build problem with StrictSSLProtocolSocketFactory)
  
  Reviewed by Oleg Kalnichevski
  Contributed by Sebastian Hauer <ha...@psicode.com>
  
  Revision  Changes    Path
  1.28      +2 -1      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	23 May 2003 02:49:01 -0000	1.27
  +++ build.xml	26 May 2003 18:36:53 -0000	1.28
  @@ -99,6 +99,7 @@
       <pathelement location="${junit.jar}"/>
       <pathelement location="${jsse.jar}"/>
       <pathelement location="${jce.jar}"/>
  +    <pathelement location="${jcert.jar}"/>
       <pathelement location="${jnet.jar}"/>
       <pathelement location="${commons-logging.jar}"/>
     </path>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org