Changeset 3327
- Timestamp:
- 09/05/11 22:36:51
- Files:
-
- trunk/build/buildTools/deftasks.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildTools/deftasks.xml
r3325 r3327 250 250 <delete dir="${dist.home}" /> 251 251 </target> 252 253 <!-- ================================================================= 254 Clean and deploy in one go 255 ================================================================= --> 256 <target name="clean.deploy" depends="clean,deploy" /> 252 257 253 258 <!-- =================================================================
