== Packaging a Component Library ==

When packaging a component library into a jar file, you need 2 files, 
at a minimum. ^META-INF/faces-config.xml^ and either a ^.tld^ file or 
a ^.taglib.xml^ file (also stored in ^META-INF^).  These files are 
automatically updated (and even generated if they don't exist) by the 
[javadoc/com/jsftoolkit/gen/ConfigurationUpdater.html ^ConfigurationUpdater^].  
By default, it assumes the files are in your project's 
^src/main/resources/META-INF/^ directory and that the filenames are 
^faces-config.xml^, ^components.tld^ and ^components.taglib.xml^.  

