You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jk...@apache.org on 2005/07/15 20:42:48 UTC

cvs commit: ant/src/etc/testcases/taskdefs signjar.xml

jkf         2005/07/15 11:42:48

  Modified:    src/etc/testcases/taskdefs signjar.xml
  Log:
  viewcvs down, relocated file to normal web part
  
  Revision  Changes    Path
  1.12      +1 -2      ant/src/etc/testcases/taskdefs/signjar.xml
  
  Index: signjar.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/signjar.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- signjar.xml	24 Mar 2005 17:17:09 -0000	1.11
  +++ signjar.xml	15 Jul 2005 18:42:48 -0000	1.12
  @@ -75,10 +75,9 @@
     </target>
   
     
  -  <!--TODO: change this when we move to SUBVERSION-->
     <target name="urlKeystoreHTTP" depends="jar">
       <sign
  -      keystore="http://cvs.apache.org/viewcvs.cgi/*checkout*/ant/src/etc/testcases/testkeystore?rev=HEAD"
  +      keystore="http://ant.apache.org/webtest/testkeystore"
         />
       <assertSigned/>             
     </target>
  
  
  

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