Changeset 3372 for trunk/ProjectFortress/build.xml
- Timestamp:
- 02/05/09 07:37:21 (10 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/build.xml
r3371 r3372 283 283 </target> 284 284 285 <target name="clean" depends="cleanCache" 285 <target name="cleanAst" depends="cleanCache" 286 description="Delete the ${nodes} directory tree and cached asts."> 287 <delete dir="${nodes}"/> 288 </target> 289 290 <target name="clean" depends="cleanAst" 286 291 description="Delete the ${build} directory tree and generated files."> 287 292 <delete dir="${build}"/>

