You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2004/06/16 11:47:23 UTC

cvs commit: maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin JellyGeneratorMojo.java

evenisse    2004/06/16 02:47:23

  Modified:    maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin
                        JellyGeneratorMojo.java
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.3       +2 -2      maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/JellyGeneratorMojo.java
  
  Index: JellyGeneratorMojo.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/JellyGeneratorMojo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JellyGeneratorMojo.java	16 Jun 2004 02:51:37 -0000	1.2
  +++ JellyGeneratorMojo.java	16 Jun 2004 09:47:23 -0000	1.3
  @@ -19,7 +19,7 @@
    *  type="String"
    *  required="true" 
    *  validator=""
  - *  expression="#project.build.output
  + *  expression="#project.build.output"
    *  description="x"
    * @parameter
    *  name="pom"
  
  
  

Re: cvs commit: maven-components/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin JellyGeneratorMojo.java

Posted by Jason van Zyl <jv...@maven.org>.
On Wed, 2004-06-16 at 05:47, evenisse@apache.org wrote:
> evenisse    2004/06/16 02:47:23
> 
>   Modified:    maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin
>                         JellyGeneratorMojo.java
>   Log:
>   Fix typo.

Nice, thanks. I was looking so long at that I couldn't tell what the
problem was. 
 

-- 
jvz.

Jason van Zyl
jason@maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau