ctf: Build ANTLR-generated files with Maven
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 19 Feb 2013 20:19:39 +0000 (15:19 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 21 Feb 2013 16:58:32 +0000 (11:58 -0500)
commit46d9e9bb46cffb9f048b641a58501045b06532b2
tree1a82682a90f594b3ad55764996605de375b2f6f0
parenta9567d7b7cb782d9abfa8c83023d9d0e5128b029
ctf: Build ANTLR-generated files with Maven

instead of keeping those huge and very very ugly files
in the git tree...

The sample script to build them manually has been moved to
the plugin's top-level directory and updated to the new paths.

Change-Id: If8ede7343d643470b50cdbb0110ce4bb80b648db
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10494
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
12 files changed:
org.eclipse.linuxtools.ctf.parser/.classpath
org.eclipse.linuxtools.ctf.parser/Grammar/CTFLexer.g [deleted file]
org.eclipse.linuxtools.ctf.parser/Grammar/CTFParser.g [deleted file]
org.eclipse.linuxtools.ctf.parser/Grammar/regenGrammar.sh [deleted file]
org.eclipse.linuxtools.ctf.parser/build.properties
org.eclipse.linuxtools.ctf.parser/generate-grammar.sh [new file with mode: 0755]
org.eclipse.linuxtools.ctf.parser/pom.xml
org.eclipse.linuxtools.ctf.parser/src/main/antlr3/org/eclipse/linuxtools/ctf/parser/CTFLexer.g [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser/src/main/antlr3/org/eclipse/linuxtools/ctf/parser/CTFParser.g [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser/src/org/eclipse/linuxtools/ctf/parser/.gitignore [deleted file]
org.eclipse.linuxtools.ctf.parser/src/org/eclipse/linuxtools/ctf/parser/CTFLexer.java [deleted file]
org.eclipse.linuxtools.ctf.parser/src/org/eclipse/linuxtools/ctf/parser/CTFParser.java [deleted file]
This page took 0.031538 seconds and 5 git commands to generate.