Author: craigmcc Date: Mon Feb 6 08:11:49 2006 New Revision: 375303 URL: http://svn.apache.org/viewcvs?rev=375303&view=rev Log: Add an empty "META-INF/faces-config.xml" resource for the "component library" JAR that is built up in the Tiger Extensions unit tests. This is now needed to trigger scanning the JAR for classes with Tiger Extensions annotations.
Added: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml (with props) Added: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml?rev=375303&view=auto ============================================================================== --- struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml (added) +++ struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml Mon Feb 6 08:11:49 2006 @@ -0,0 +1,38 @@ +<?xml version="1.0"?> + + +<!DOCTYPE faces-config PUBLIC + "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" + "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> + + +<!-- + + Copyright 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. + + $Id$ + +--> + + +<!-- =================== MARKER CONFIGURATION RESOURCE ===================== --> + + +<faces-config> + + <!-- Empty configuration resource to flag the containing JAR file + as having classes to be analyzed for annotations --> + +</faces-config> Propchange: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/faces-config.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]