| # |
| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You 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. |
| # |
| |
| BVal = org.apache.bval.cdi.BValExtension,\ |
| org.apache.bval.cdi.BValInterceptor,\ |
| org.apache.bval.cdi.BValBinding |
| |
| # MyFaces should work without anything since it is based on Extension now |
| # generated from myfaces sources with command: |
| # for j in $(for i in $(find . -name *cdi*); do find $i -name *.java; done); do echo $j | sed 's#./impl/src/main/java/##g' | sed 's#.java##g' | sed 's#/#.#g'; done |
| #MyFaces = org.apache.myfaces.cdi.util.CDIUtils,\ |
| #org.apache.myfaces.cdi.util.ContextualInstanceInfo,\ |
| #org.apache.myfaces.cdi.util.AbstractContext,\ |
| #org.apache.myfaces.cdi.util.BeanProvider,\ |
| #org.apache.myfaces.cdi.util.AnyLiteral,\ |
| #org.apache.myfaces.cdi.util.ContextualStorage,\ |
| #org.apache.myfaces.cdi.view.ViewScopeContextualStorage,\ |
| #org.apache.myfaces.cdi.view.ViewScopeBeanHolder,\ |
| #org.apache.myfaces.cdi.view.ViewScopeContextImpl,\ |
| #org.apache.myfaces.cdi.view.ViewScopeContextExtension,\ |
| #org.apache.myfaces.cdi.view._ContextualKey,\ |
| #org.apache.myfaces.cdi.view.ViewScopeCDIMap,\ |
| #org.apache.myfaces.cdi.DefaultCDIViewScopeHandler,\ |
| #org.apache.myfaces.cdi.impl.CDIManagedBeanHandlerImpl,\ |
| #org.apache.myfaces.flow.cdi.FlowScopeBeanHolder,\ |
| #org.apache.myfaces.flow.cdi.FlowBuilderCDIExtension,\ |
| #org.apache.myfaces.flow.cdi.FlowScopeMap,\ |
| #org.apache.myfaces.flow.cdi.FlowDefinitionQualifier,\ |
| #org.apache.myfaces.flow.cdi.FlowScopeCDIExtension,\ |
| #org.apache.myfaces.flow.cdi.FlowBuilderFactoryBean,\ |
| #org.apache.myfaces.flow.cdi.DefaultCDIFacesFlowProvider,\ |
| #org.apache.myfaces.flow.cdi.FlowScopedContextImpl |