ToDo #298

Update to ANTLR 3.2 Plugin / Runtime

Added by Karl Heinz Marbaise 801 days ago. Updated 784 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:- % Done:

100%

Category:build system
Target version:0.6.2 Calypso

Description

We should update to new Release of ANTLR Maven Plugin and the new Runtime.

            <plugin>
                <groupId>org.antlr</groupId>
                <artifactId>antlr3-maven-plugin</artifactId>
                <version>3.2</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>antlr</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        <dependency>
            <groupId>org.antlr</groupId>
            <artifactId>antlr-runtime</artifactId>
            <version>3.2</version>
        </dependency>

History

Updated by kama - 784 days ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r450.

Also available in: Atom PDF