jvanzyl     2002/06/02 22:02:42

  Modified:    src/java/org/apache/maven/jelly PomTag.java
  Log:
  Removing all traces of my lift from the Jelly examples ;-)
  
  Revision  Changes    Path
  1.2       +3 -2      
jakarta-turbine-maven/src/java/org/apache/maven/jelly/PomTag.java
  
  Index: PomTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/PomTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PomTag.java       3 Jun 2002 04:59:14 -0000       1.1
  +++ PomTag.java       3 Jun 2002 05:02:42 -0000       1.2
  @@ -74,7 +74,7 @@
    * only parsed once in a given Jelly script?
    *
    * @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
  - * @version $Id: PomTag.java,v 1.1 2002/06/03 04:59:14 jvanzyl Exp $
  + * @version $Id: PomTag.java,v 1.2 2002/06/03 05:02:42 jvanzyl Exp $
    */
   public class PomTag
        extends TagSupport
  @@ -103,7 +103,8 @@
       public void doTag(XMLOutput output)
           throws Exception
       {
  -        // output the fileScanner
  +        // Check to make sure that we have a valid POM
  +        // before processing.
           if (projectDescriptor == null)
           {
               throw new MissingAttributeException("projectDescriptor");
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to