The manifest file specifies the names of the deployment descriptor files that a JAR file contains. The m option of the jar command incorporates the manifest file into the default manifest of the JAR.
Name: deploy1.txt
SQLJDeploymentDescriptor: TRUE
Name: deploy2.txt
SQLJDeploymentDescriptor: TRUE
jar cvmf manifest.txt admin.jar deploy*.txt *.class