Changeset 3895
- Timestamp:
- Oct 20, 2010, 10:00:33 AM (13 years ago)
- Location:
- trunk/client/servlet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/build.xml
r3855 r3895 113 113 <delete dir="${test}/build" /> 114 114 </target> 115 116 <!-- ================================= --> 117 <target name="clean-test"> 118 <delete> 119 <fileset dir="." includes="**/TEST*"/> 120 </delete> 121 </target> 122 115 123 <!-- ================================= --> 116 124 <target name="test" -
trunk/client/servlet/test/build.xml
r3797 r3895 87 87 - - - - - - - - - - - - - - - - - --> 88 88 <target name="test" description="Compiles and runs all tests"> 89 <mkdir dir="out"/> <!-- Used to write html -->90 89 <!-- Run tests 91 90 All tests should run quietly unless something goes wrong.
Note: See TracChangeset
for help on using the changeset viewer.