forked from sebasjm/antlr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f64d711
commit 44f6948
Showing
1,004 changed files
with
71,485 additions
and
41,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
Archetype by Jim Idle ([email protected]) - Oct 2009 | ||
Report bugs to the ANTLR interest list at http://www.antlr.org | ||
Generated by antlr3-maven-archetype version 3.2.1-SNAPSHOT | ||
Generated by antlr3-maven-archetype version 3.4 | ||
======================================================================= | ||
--> | ||
|
||
|
@@ -58,7 +58,7 @@ | |
<dependency> | ||
<groupId>org.antlr</groupId> | ||
<artifactId>antlr-runtime</artifactId> | ||
<version>3.3-SNAPSHOT</version> | ||
<version>3.4</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
|
||
|
@@ -84,7 +84,7 @@ | |
|
||
<groupId>org.antlr</groupId> | ||
<artifactId>antlr3-maven-plugin</artifactId> | ||
<version>3.3-SNAPSHOT</version> | ||
<version>3.4</version> | ||
<executions> | ||
<execution> | ||
<goals> | ||
|
@@ -95,16 +95,16 @@ | |
|
||
</plugin> | ||
|
||
|
||
<!-- | ||
Strictly speaking, we did not need to generate this for you from | ||
the prototype, but we use it to illustrate how you can get | ||
the JDK 6 Java compiler to accept 1.5 or 1.6 targeted source code | ||
but produce class files that are compatible with JRE 1.4. As | ||
Michael Caine might say, "Not a lot of people know that!" | ||
Michael Caine might not say, "Not a lot of people know that!" | ||
--> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>2.0.2</version> | ||
<configuration> | ||
<source>1.6</source> | ||
<target>jsr14</target> | ||
|
Oops, something went wrong.