You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2002/10/07 16:07:27 UTC

cvs commit: xml-axis/java/test/wsdl/interop4/groupi build.xml

tomj        2002/10/07 07:07:27

  Modified:    java/test/wsdl/interop4/groupi Tag: interop4 build.xml
  Log:
  Add clean target.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +6 -0      xml-axis/java/test/wsdl/interop4/groupi/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop4/groupi/Attic/build.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- build.xml	3 Oct 2002 00:28:03 -0000	1.1.2.3
  +++ build.xml	7 Oct 2002 14:07:27 -0000	1.1.2.4
  @@ -42,6 +42,12 @@
           &targets;
     <property name="root.dir" value="../../../.."/>
   
  +    <target name="clean">
  +        <echo message="Removing ${build.dir}/classes/${componentName} and ${build.dir}/work/${componentName}" />
  +        <delete dir="${build.dir}/classes/${componentName}"/>
  +        <delete dir="${build.dir}/work/${componentName}"/>
  +    </target>
  +
     <target name="compile">
       <property name="testname" value="groupi"/>