On 4/6/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Btw. are there clear guidlines which parts can > be used and which not, I am still relying on a > myfaces-impl_shared class currently.
You can depend on anything except the myfaces-impl classes and the myfaces-impl_shared classes. In the case above, just change from impl_shared to tomahawk_shared. In eclipse, you can just remove the myfaces-impl project and see what still needs to be fixed. In maven, you can change the myfaces-impl dependency from provided to test to check it.
