Jar file META-INF content

Hi,How can I specify what are the files will reside inside the META-INF folder while creating a jar file? What are command line options to be passed for jar utility in this regard.Thanks in advance,
[219 byte] By [Incognitoa] at [2007-11-27 8:33:05]
# 1
If you want stuff other than the manifest in there, just include it like any other file path. Create a META-INF directory in the tree you are going to jar.
malcolmmca at 2007-7-12 20:29:07 > top of Java-index,Java Essentials,Java Programming...
# 2
I believe some IDEs like Rational Application ... allow a user to specify some entries in their JAR wizard.
filestreama at 2007-7-12 20:29:07 > top of Java-index,Java Essentials,Java Programming...