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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to