File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
- <artifactId >antlr4 </artifactId >
3
+ <artifactId >javacc </artifactId >
4
4
<packaging >jar</packaging >
5
5
<name >Javacc grammar</name >
6
6
<parent >
Original file line number Diff line number Diff line change 38
38
<configuration >
39
39
<verbose >false</verbose >
40
40
<showTree >false</showTree >
41
- <entryPoint >proto </entryPoint >
41
+ <entryPoint >twoPassParse </entryPoint >
42
42
<grammarName >Protobuf3</grammarName >
43
43
<packageName ></packageName >
44
- <exampleFiles >examples/ </exampleFiles >
44
+ <exampleFiles ></exampleFiles >
45
45
</configuration >
46
46
<executions >
47
47
<execution >
You can’t perform that action at this time.
0 commit comments