You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ge...@apache.org on 2003/05/23 11:06:17 UTC

cvs commit: xml-security build.xml

geuerp      2003/05/23 02:06:17

  Modified:    .        build.xml
  Log:
  cosmetic changes for running the AxisSignAndVerify target
  
  Revision  Changes    Path
  1.57      +8 -2      xml-security/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	1 May 2003 18:20:24 -0000	1.56
  +++ build.xml	23 May 2003 09:06:17 -0000	1.57
  @@ -740,9 +740,14 @@
        </java>
     </target>
     
  +
  +  <target name="AxisSignAndVerify"
  +          depends="axis-sign, axis-verify" />
  +
     <target name="axis-sign"
             description="axis sign sample"
  -          depends="compile">
  +          depends="compile.samples">
  +     <echo message="Running org.apache.xml.security.samples.AxisSigner" />
        <java classname="org.apache.xml.security.samples.AxisSigner"
              fork="yes"
              taskname="SignAxis"
  @@ -753,7 +758,8 @@
     
     <target name="axis-verify"
             description="axis verify sample"
  -          depends="compile">
  +          depends="compile.samples">
  +     <echo message="Running org.apache.xml.security.samples.AxisVerifier" />
        <java classname="org.apache.xml.security.samples.AxisVerifier"
              fork="yes"
              taskname="VerifyAxis"