On Fri, 28 Jan 2005 15:00:46 +0100, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Yes, I use also the myfaces.jar > > But Jonas and also Craig where mentioning, > that a split will be *cleaner*
Cleaner isn't really the primary motivation ... but any app's build.xml file that is using the JSF RI will have pointers to two JAR files (jsf-api.jar and jsf-impl.jar) ... having the API and implementation JARs split for MyFaces makes it easier for such a script to be adapted to use MyFaces instead. Craig
