mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 15:50:53 -07:00
Initial commit
This commit is contained in:
commit
f96708a846
234 changed files with 21127 additions and 0 deletions
5
test/data/tiddlywiki/java/build
Executable file
5
test/data/tiddlywiki/java/build
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue