Changeset 688
- Timestamp:
- 05/29/07 21:59:50 (1 year ago)
- Files:
-
- trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r682 r688 62 62 </target> 63 63 64 <target name="test-all" depends="check-style, test, test-integration" description="Runs all available checks and tests."/> 65 64 66 <target name="clearCache" description="Clears all cache files."> 65 67 <delete file="${project.basedir}/lib/.cache" verbose="true"/>
