You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/03/23 14:09:50 UTC

[16/17] git commit: [flex-falcon] [refs/heads/maven] - Testing fixed old antlr maven plugin

Testing fixed old antlr maven plugin


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/8b718a77
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/8b718a77
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/8b718a77

Branch: refs/heads/maven
Commit: 8b718a7764900bb4df2f2820fe6d67d874025c18
Parents: 5564652
Author: Jose Barragan <jo...@apache.org>
Authored: Sun Mar 23 14:08:56 2014 +0100
Committer: Jose Barragan <jo...@apache.org>
Committed: Sun Mar 23 14:09:20 2014 +0100

----------------------------------------------------------------------
 compiler/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8b718a77/compiler/pom.xml
----------------------------------------------------------------------
diff --git a/compiler/pom.xml b/compiler/pom.xml
index b30c601..8f44cc7 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -87,7 +87,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>antlr-maven-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.2.1</version>
                 <configuration>
                     <sourceDirectory>${project.build.sourceDirectory}/org/apache/flex/compiler/internal/parsing/as</sourceDirectory>
                     <outputDirectory>${project.build.directory}/generated/src</outputDirectory>
@@ -113,7 +113,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
+<!--            <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr3-maven-plugin</artifactId>
                 <version>3.5.1</version>
@@ -129,7 +129,7 @@
                     </dependency>
                 </dependencies>
                 <executions>
-                    <!-- Generating ASParser and ASTokenTypes -->
+                     Generating ASParser and ASTokenTypes 
                     <execution>
                         <id>parseCSS</id>
                         <goals>
@@ -137,7 +137,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin>-->
 
 
             <!--<plugin>