Remove redundant modifiers in Interfaces
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.parser / README
CommitLineData
9ad3c628
AM
1This file describes how to build the CTF Java parser files. They are stored in
2the git repository (to avoid additional compile-time dependencies), but if you
3do modify the .g files in src/, you should rebuild the resulting .java files and
4commit them.
47e50160 5
9ad3c628
AM
6To rebuild the parser files, run Maven with the "ctf-grammar" profile, as such:
7$ mvn clean install -Pctf-grammar
47e50160 8
9ad3c628
AM
9Alternatively, you can also run the "generate-grammar.sh" script to regenerate
10the parser files. That script requires "antlr3" to be installed on the system.
47e50160 11
This page took 0.039474 seconds and 5 git commands to generate.