Changeset 3895


Ignore:
Timestamp:
Oct 20, 2010, 10:00:33 AM (13 years ago)
Author:
Gregory Vincic
Message:

Adding target clean-test in client/servlet/build.xml

Location:
trunk/client/servlet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/build.xml

    r3855 r3895  
    113113    <delete dir="${test}/build" />
    114114  </target>
     115
     116  <!-- ================================= -->
     117  <target name="clean-test">
     118    <delete>
     119    <fileset dir="." includes="**/TEST*"/>
     120    </delete>
     121  </target>
     122
    115123  <!-- ================================= -->
    116124 <target name="test"
  • trunk/client/servlet/test/build.xml

    r3797 r3895  
    8787       - - - - - - - - - - - - - - - - - -->
    8888  <target name="test" description="Compiles and runs all tests">
    89     <mkdir dir="out"/> <!-- Used to write html -->
    9089    <!-- Run tests
    9190       All tests should run quietly unless something goes wrong.
Note: See TracChangeset for help on using the changeset viewer.