What ever became of the codegen stuff?

I was hoping to submit a patch to automatically build a
myfaces.taglib.xml file for use with the facelets project, but I can't
seem to find it anymore.

========================

<facelet-taglib>
        <namespace>http://myfaces.apache.org/extensions</namespace>
#foreach ($c in $componentList)
        <tag>
                <tag-name>$c.baseJSPTagName</tag-name>
                <component>
                        <component-type>${c.componentType}</component-type>
#if ($c.rendererType)
                        <renderer-type>${c.rendererType}</renderer-type>
#end## if ($c.rendererType)
                </component>
        </tag>
#end## foreach ($c in $componentList)
</facelet-taglib>

========================

Reply via email to