ctf: Commit the generated ANTLR files to the source tree
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 14 Oct 2014 21:51:30 +0000 (17:51 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 22 Oct 2014 21:43:07 +0000 (17:43 -0400)
commit9ad3c628b57fc433d6190abed89283b2183234cc
tree51f5e573dd2530d028479c39214fca3fc1b6540b
parent346fa22113dd2b704ad5d2c98f3afd4c104ddc5e
ctf: Commit the generated ANTLR files to the source tree

This means users who just pulled the git tree won't need to run
a Maven build manually to generate them. Which in turn, completely
removes the need for installing m2e or such in their Eclipse.

They are now only built when the "ctf-grammar" profile is enabled.
Rebuilding always produces a diff: the first line of the generated
files contains a timestamp, and there is some randomness in the
generated comments. So it's better to only do it on-demand.

Also added a copyright header to these files, since they didn't
seem to have one.

Change-Id: I0fcf4cb32f111c7eecde3ab641205fb1d526fb28
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/35269
org.eclipse.tracecompass.ctf.parser/README
org.eclipse.tracecompass.ctf.parser/pom.xml
org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.g
org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.g
org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.java [new file with mode: 0644]
org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.java [new file with mode: 0644]
This page took 0.026725 seconds and 5 git commands to generate.