Add utility method to close secondary shells after tests
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.parser / README
1 This file describes how to build the CTF Java parser files. They are stored in
2 the git repository (to avoid additional compile-time dependencies), but if you
3 do modify the .g files in src/, you should rebuild the resulting .java files and
4 commit them.
5
6 To rebuild the parser files, run Maven with the "ctf-grammar" profile, as such:
7 $ mvn clean install -Pctf-grammar
This page took 0.04509 seconds and 5 git commands to generate.