Change linuxtools to tracecompass in generate-grammar script
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 20 Oct 2014 20:58:01 +0000 (16:58 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 22 Oct 2014 20:38:43 +0000 (16:38 -0400)
Change-Id: Ida3bec0759fafeb88d7cae73ed3f2353535d0e90
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/35352
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.tracecompass.ctf.parser/generate-grammar.sh

index 46b62034ddcb090d9b8e5bd3e6671d0b66b3927f..8e8e6bb5485628ba340226af22c4eaad6b6cc9ce 100755 (executable)
@@ -15,8 +15,8 @@
 # installed on your system, you can use this script to generate the Java CTF
 # parser files.
 
-SRC=src/main/antlr3/org/eclipse/linuxtools/ctf/parser
-DEST=target/generated-sources/antlr3/org/eclipse/linuxtools/ctf/parser
+SRC=src/main/antlr3/org/eclipse/tracecompass/ctf/parser
+DEST=target/generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser
 
 antlr3 $SRC/CTFLexer.g -fo $DEST
 antlr3 $SRC/CTFParser.g -fo $DEST
This page took 0.031246 seconds and 5 git commands to generate.