Initial commit

This commit is contained in:
Jeremy Ruston 2011-11-22 14:29:29 +00:00
commit f96708a846
234 changed files with 21127 additions and 0 deletions

View file

@ -0,0 +1,5 @@
javac -source 1.2 -target 1.2 -g:none TiddlySaver.java
jar cf TiddlySaver.jar TiddlySaver*.class
# assume you have UnaMesa.keystore in the same directory
# and Passphrase for keystore
jarsigner -keystore UnaMesa.keystore TiddlySaver.jar BidiX