forked from jasder/antlr
make it 4.5-SNAPSHOT
This commit is contained in:
parent
bfeef34748
commit
cf26bc8a33
|
@ -35,7 +35,7 @@
|
||||||
<groupId>org.antlr</groupId>
|
<groupId>org.antlr</groupId>
|
||||||
|
|
||||||
<artifactId>antlr4-maven-plugin</artifactId>
|
<artifactId>antlr4-maven-plugin</artifactId>
|
||||||
<version>4.5</version>
|
<version>4.5-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<name>ANTLR 4 Maven plugin</name>
|
<name>ANTLR 4 Maven plugin</name>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<name>Terence Parr</name>
|
<name>Terence Parr</name>
|
||||||
<url>http://parrt.cs.usfca.edu</url>
|
<url>http://parrt.cs.usfca.edu</url>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Project lead - ANTLR</role>
|
<role>Project lead</role>
|
||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
|
|
2
bild.py
2
bild.py
|
@ -39,7 +39,7 @@ if not os.path.exists("bilder.py"):
|
||||||
from bilder import *
|
from bilder import *
|
||||||
|
|
||||||
BOOTSTRAP_VERSION = "4.4"
|
BOOTSTRAP_VERSION = "4.4"
|
||||||
VERSION = "4.5"
|
VERSION = "4.5-SNAPSHOT"
|
||||||
JAVA_TARGET = "."
|
JAVA_TARGET = "."
|
||||||
PYTHON2_TARGET = "../antlr4-python2"
|
PYTHON2_TARGET = "../antlr4-python2"
|
||||||
PYTHON3_TARGET = "../antlr4-python3"
|
PYTHON3_TARGET = "../antlr4-python3"
|
||||||
|
|
13
pom.xml
13
pom.xml
|
@ -33,9 +33,9 @@
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
<name>Terence Parr</name>
|
<name>Terence Parr</name>
|
||||||
<url>http://antlr.org/wiki/display/~admin/Home</url>
|
<url>http://parrt.cs.usfca.edu</url>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Project lead - ANTLR</role>
|
<role>Project lead</role>
|
||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
|
@ -43,7 +43,14 @@
|
||||||
<name>Sam Harwell</name>
|
<name>Sam Harwell</name>
|
||||||
<url>http://tunnelvisionlabs.com</url>
|
<url>http://tunnelvisionlabs.com</url>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Developer</role>
|
<role>Developer - Coauthor of tool, C# target</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
|
|
||||||
|
<developer>
|
||||||
|
<name>Eric Vergnaud</name>
|
||||||
|
<roles>
|
||||||
|
<role>Developer - JavaScript, C#, Python 2, Python 3</role>
|
||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue