geuerp      2002/09/06 01:46:59

  Modified:    .        build.xml
  Log:
  now tests before dist
  
  Revision  Changes    Path
  1.52      +2 -2      xml-security/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml 6 Sep 2002 08:16:28 -0000       1.51
  +++ build.xml 6 Sep 2002 08:46:59 -0000       1.52
  @@ -603,7 +603,7 @@
       <!--  compress="false" -->
     </target>
   
  -  <target name="srcdist" depends="prepare" description="Creates the source 
distribution">
  +  <target name="srcdist" depends="clean,prepare,test" description="Creates 
the source distribution">
        <mkdir dir="${build.srcdist}" />
   
        <copy todir="${build.srcdist}">
  @@ -627,7 +627,7 @@
            basedir="${build.srcdist}" />
     </target>
   
  -  <target name="bindist" depends="compile,jar,doc,javadoc" 
description="Creates the binary distribution">
  +  <target name="bindist" depends="clean,compile,test,jar,doc,javadoc" 
description="Creates the binary distribution">
        <mkdir dir="${build.bindist}" />
        <copy todir="${build.bindist}">
           <fileset dir=".">
  
  
  

Reply via email to