jvanzyl     2004/01/10 08:30:36

  Modified:    maven-core/src/java/org/apache/maven/jelly/tags/ant
                        AntTagLibrary.java
  Removed:     maven-core/src/java/org/apache/maven/jelly/tags/ant
                        JellyPropsHandler.java
  Log:
  o remove duplicate jelly props handler
  
  Revision  Changes    Path
  1.3       +3 -1      
maven-components/maven-core/src/java/org/apache/maven/jelly/tags/ant/AntTagLibrary.java
  
  Index: AntTagLibrary.java
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-core/src/java/org/apache/maven/jelly/tags/ant/AntTagLibrary.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntTagLibrary.java        10 Jan 2004 14:26:49 -0000      1.2
  +++ AntTagLibrary.java        10 Jan 2004 16:30:36 -0000      1.3
  @@ -64,6 +64,7 @@
   import org.apache.commons.jelly.impl.TagFactory;
   import org.apache.commons.jelly.impl.TagScript;
   import org.apache.maven.grant.GrantProject;
  +import org.apache.maven.jelly.JellyPropsHandler;
   import org.apache.tools.ant.BuildLogger;
   import org.apache.tools.ant.NoBannerLogger;
   import org.apache.tools.ant.Project;
  @@ -170,6 +171,7 @@
       public TagScript createTagScript( String name, Attributes attributes ) throws 
JellyException
       {
           TagScript answer = createCustomTagScript( name, attributes );
  +
           if ( answer == null )
           {
               answer = new TagScript(
  
  
  

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

Reply via email to