mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
5 lines
322 B
Makefile
5 lines
322 B
Makefile
file.jar: FileManager.java Util.java manifest.txt
|
|
CLASSPATH=plugin.jar:. javac -target 1.2 -source 1.2 *.java
|
|
jar cfm file.jar manifest.txt *.class
|
|
jarsigner -tsa http://timestamp.comodoca.com/rfc3161 -keystore ~/jameson-comodo-full-p12 -storetype pkcs12 file.jar "jameson cameron's comodo code signing ca 2 id"
|