You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/07/18 14:59:54 UTC

svn commit: r557249 - in /maven: plugins/trunk/maven-antlr-plugin/README.txt plugins/trunk/maven-antlr-plugin/pom.xml plugins/trunk/maven-antlr-plugin/src/ plugins/trunk/pom.xml site/trunk/src/site/apt/plugins/index.apt

Author: vsiveton
Date: Wed Jul 18 05:59:53 2007
New Revision: 557249

URL: http://svn.apache.org/viewvc?view=rev&rev=557249
Log:
o moved the Maven Antlr Plugin to Mojo project at Codehaus -> http://svn.codehaus.org/mojo/trunk/mojo/antlr-maven-plugin
o See email thread: http://www.nabble.com/-vote--Move-the-maven-antlr-plugin-to-the-mojo-project-tf4079460s177.html

Added:
    maven/plugins/trunk/maven-antlr-plugin/README.txt   (with props)
Removed:
    maven/plugins/trunk/maven-antlr-plugin/pom.xml
    maven/plugins/trunk/maven-antlr-plugin/src/
Modified:
    maven/plugins/trunk/pom.xml
    maven/site/trunk/src/site/apt/plugins/index.apt

Added: maven/plugins/trunk/maven-antlr-plugin/README.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/README.txt?view=auto&rev=557249
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/README.txt (added)
+++ maven/plugins/trunk/maven-antlr-plugin/README.txt Wed Jul 18 05:59:53 2007
@@ -0,0 +1,9 @@
+The maven-antlr-plugin is no more hosted here. Please update your links.
+
+To check it out, you'll need to use the new SVN URL:
+http://svn.codehaus.org/mojo/trunk/mojo/antlr-maven-plugin
+
+The new website is:
+http://mojo.codehaus.org/antlr-maven-plugin/
+
+The Maven Team

Propchange: maven/plugins/trunk/maven-antlr-plugin/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-antlr-plugin/README.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=557249&r1=557248&r2=557249
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Jul 18 05:59:53 2007
@@ -90,7 +90,6 @@
   </distributionManagement>
   <modules>
     <module>maven-ant-plugin</module>
-    <module>maven-antlr-plugin</module>
     <module>maven-antrun-plugin</module>
     <module>maven-assembly-plugin</module>
     <module>maven-changelog-plugin</module>

Modified: maven/site/trunk/src/site/apt/plugins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugins/index.apt?view=diff&rev=557249&r1=557248&r2=557249
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Wed Jul 18 05:59:53 2007
@@ -79,8 +79,6 @@
 *-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-ant-plugin/} <<<ant>>>}}                         | 2.0-beta-1 | Generate an Ant build file for the project.
 *-----------------------------------------------------------+--------+----------------------------------------------+
-| {{{maven-antlr-plugin/} <<<antlr>>> }}                    | 2.0-beta-1 | Generate sources from an Antlr grammar.
-*-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-antrun-plugin/} <<<antrun>>>}}                   | 1.1    | Run a set of ant tasks from a phase of the build.
 *-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-archetype-plugin/} <<<archetype>>>}}             | 1.0-alpha-4 | Generate a skeleton project structure from an archetype.