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 2004/12/11 23:38:35 UTC

cvs commit: jakarta-commons/httpclient build.xml

olegk       2004/12/11 14:38:35

  Modified:    httpclient build.xml
  Log:
  * SSL support for the SimpleHttpServer and SimpleProxy
  * SSL tunneling test cases
  
  Contributed by Oleg Kalnichevski
  
  Revision  Changes    Path
  1.35      +5 -2      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	20 Nov 2004 21:48:47 -0000	1.34
  +++ build.xml	11 Dec 2004 22:38:35 -0000	1.35
  @@ -254,7 +254,10 @@
         <classpath refid="test.classpath"/>
       </javac>
       <copy todir="${build.home}/tests" filtering="on">
  -      <fileset dir="${test.home}" excludes="**/*.java"/>
  +      <fileset dir="${test.home}" excludes="**/*.java **/*.keystore"/>
  +    </copy>
  +    <copy todir="${build.home}/tests">
  +      <fileset dir="${test.home}" includes="**/*.keystore"/>
       </copy>
     </target>
   
  
  
  

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