Follow these steps to create the JAR of tag files.
1. Create a META-INF directory
2. Copy the TLD file to the META-INF directory.
3. Copy the tag files to META-INF/tags.
4. Use the following jar command to create the jar file.
     jar cf bbtags.jar META-INF
