#At file:///Users/clr/ndb/bzr-repo/mysql-5.1-telco-7.1/ based on revid:magnus.blaudd@stripped
4132 Craig L Russell 2011-03-15
Upgrade clusterj-jdbc/pom.xml to antlr 3.2
Remove unnecessary tokenVocab from MySQL51Functions.g
modified:
storage/ndb/clusterj/clusterj-jdbc/pom.xml
storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g
=== modified file 'storage/ndb/clusterj/clusterj-jdbc/pom.xml'
--- a/storage/ndb/clusterj/clusterj-jdbc/pom.xml 2011-03-10 22:57:13 +0000
+++ b/storage/ndb/clusterj/clusterj-jdbc/pom.xml 2011-03-15 21:48:21 +0000
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
- <version>3.1.3-1</version>
+ <version>3.2</version>
<executions>
<execution>
<goals>
=== modified file 'storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g'
--- a/storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g 2011-02-21 11:53:51 +0000
+++ b/storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g 2011-03-15 21:48:21 +0000
@@ -1,7 +1,6 @@
parser grammar MySQL51Functions;
options {
- tokenVocab=MySQL51;
output=AST;
}
Attachment: [text/bzr-bundle] bzr/craig.russell@oracle.com-20110315214821-uyt27crxwv64av8u.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.1 branch (Craig.Russell:4132) | Craig L Russell | 15 Mar |