Ant build.xml: Include generated grammars in source zip for debugging purposes

This commit is contained in:
Sam Harwell 2013-01-05 05:36:54 -06:00
parent 1f41537826
commit ed648758a0
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ build.sysclasspath=ignore
<include name="**/*.st"/>
<include name="**/*.stg"/>
</fileset>
<fileset dir="${antlr3.gen.dir}"/>
</copy>
<copy todir="${install.root.dir}">