On 5/15/06, Bill Schneider <[EMAIL PROTECTED]> wrote:
> yes, you'll have to change.
>
> those classes are now in:
>
> org.apache.myfaces.shared_tomahawk.renderkit....

Great.  actually, it turned out to be a little trickier than that.  Some
classes moved to shared_impl.

Anything in shared_impl is also available as shared_tomahawk.

If you depend on shared_impl, you're tied to the MyFaces core (but not
tomahawk).
If you depend on shared_tomahawk, you're tied to MyFaces Tomahawk, but
not to any particular JSF implementation.  I'd recommend depending on
tomahawk, not core, unless you have a specific reason to do otherwise.

Reply via email to