You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2004/07/22 18:27:25 UTC

cvs commit: maven/src/java/org/apache/maven/jelly MavenExpressionFactory.java

epugh       2004/07/22 09:27:25

  Modified:    src/java/org/apache/maven MavenException.java
               src/java/org/apache/maven/plugin
                        PluginDefinitionHandler.java
               src/java/org/apache/maven/jelly MavenExpressionFactory.java
  Log:
  MAVEN-1386 Fixes to javadoc tags
  
  Revision  Changes    Path
  1.7       +2 -2      maven/src/java/org/apache/maven/MavenException.java
  
  Index: MavenException.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/MavenException.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MavenException.java	23 Mar 2004 02:18:18 -0000	1.6
  +++ MavenException.java	22 Jul 2004 16:27:25 -0000	1.7
  @@ -22,7 +22,7 @@
   
   /**
    * The base class for all exceptions thrown by MavenSession. Taken liberally from
  - * <a href="http://jakarta.apache.org/ant/">Ant's</a> BuildException
  + * <a href="http://ant.apache.org/">Ant's</a> BuildException
    *
    * @version $Id$
    */
  
  
  
  1.5       +2 -2      maven/src/java/org/apache/maven/plugin/PluginDefinitionHandler.java
  
  Index: PluginDefinitionHandler.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/plugin/PluginDefinitionHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PluginDefinitionHandler.java	5 May 2004 13:05:53 -0000	1.4
  +++ PluginDefinitionHandler.java	22 Jul 2004 16:27:25 -0000	1.5
  @@ -19,7 +19,7 @@
   
   /**
    *
  - * @author <a href="brett@apache.org">Brett Porter</a>
  + * @author <a href="mailto:brett@apache.org">Brett Porter</a>
    * @version $Id$
    */
   interface PluginDefinitionHandler
  
  
  
  1.15      +2 -2      maven/src/java/org/apache/maven/jelly/MavenExpressionFactory.java
  
  Index: MavenExpressionFactory.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/MavenExpressionFactory.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- MavenExpressionFactory.java	5 May 2004 13:05:52 -0000	1.14
  +++ MavenExpressionFactory.java	22 Jul 2004 16:27:25 -0000	1.15
  @@ -25,7 +25,7 @@
   import org.apache.commons.jelly.expression.jexl.JexlExpression;
   
   /**
  - * Represents a factory of <a href="http://jakarta.apache.org/commons/jexl.html">
  + * Represents a factory of <a href="http://jakarta.apache.org/commons/jexl/">
    * Jexl</a> expression which fully supports the Expression Language in JSTL and
    * JSP. In addition this ExpressionFactory can also support Ant style variable
    * names, where '.' is used inside variable names.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org