[ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12421693 ] Matthias Weßendorf commented on ADFFACES-66: --------------------------------------------
After a short look I see that one class (ProcessTrainRenderer) doesn't include the Apache 2.0 license terms. /* * Copyright 2000, 2005-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ > Convert the existing ProcessTrainRenderer to a "faces major" version > -------------------------------------------------------------------- > > Key: ADFFACES-66 > URL: http://issues.apache.org/jira/browse/ADFFACES-66 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Pavitra Subramaniam > Priority: Minor > Attachments: Issue66.patch > > > We really needed a Faces-major version of the ProcessTrainRenderer - that is, > instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, > one that is in "org.apache.myfaces.adfinternal.renderkit.core.*". > This was required before we add skin selectors requsted by Simon > (http://issues.apache.org/jira/browse/ADFFACES-60). > Everything in "ui" is obsolete (oooold UIX-based code), and a major technical > goal of the project is to delete "ui" and "uinode" from the Apache Trinidad > codebase. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
