Show
Ignore:
Timestamp:
02/05/09 07:37:21 (10 months ago)
Author:
jmaessen
Message:

Reintroduce astgen-based serialization (which does not completely work
even with a patched version of astgen; astgen fixes are in progress
and may require re-working astgen's serialization and deserialization
support).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/build.xml

    r3371 r3372  
    283283  </target> 
    284284 
    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" 
    286291          description="Delete the ${build} directory tree and generated files."> 
    287292    <delete dir="${build}"/>